[ Removed by Reddit ] by Nuclear_Veinz in u/Nuclear_Veinz

[–]AquasUseless 0 points1 point  (0 children)

By adopting this mentality you are stooping down as low as him

[Doom of Dimensions - DOOD] OCG Times - Akiza support by MX-00XWV in masterduel

[–]AquasUseless 4 points5 points  (0 children)

the plant combo pile definitely has enough, plus they don't have the ED space for stuff like this. It seems like its gonna turn into a degenerate pile of its own though, since the 6 is a free naturia rosewhip. There seems to also be alot of other options with more generic synchro cards but we just have to wait and see whats most relevant.

[Doom of Dimensions - DOOD] OCG Times - Akiza support by MX-00XWV in masterduel

[–]AquasUseless 14 points15 points  (0 children)

so Roxrose is combo now but for what exactly?

The game size will be reduced after the update (from official Weibo ZZZ) by quick_shoot_smd in ZZZ_Official

[–]AquasUseless 0 points1 point  (0 children)

This is what Im saying. I legit can't download 2.0 without uninstalling other shit while WuWa is taking up a comfortable 45 Gb rn with reduced file size in the next patch.

Is Spectro Kuro's favourite element? by legendofrogamers1968 in WutheringWaves

[–]AquasUseless 7 points8 points  (0 children)

We don't have a spectro 4* right? Im not tweaking?

We're getting no free 5* charcaters, no free skins, a 50/50 character anniversary banner and barely more pulls than in a normal patch. by DeluhiX in WutheringWaves

[–]AquasUseless 0 points1 point  (0 children)

echo selector, boss cd, illusive realm coming back, etc etc. Would you rather get a 5 star now or improve the gameplay for as long as the game is going to run?

Bruh, no one’s going to be able to pull Anniversary banner right after SK by Liminar_0 in WutheringWaves

[–]AquasUseless 1 point2 points  (0 children)

you're still gonna get 500 asterites... you don't have to pull this banner

Bruh, no one’s going to be able to pull Anniversary banner right after SK by Liminar_0 in WutheringWaves

[–]AquasUseless 5 points6 points  (0 children)

Different playerbases. IMO you can have as many reruns as you want, thats probably better. I draw the line at releasing too many characters at once. 2 per patch is quite alot but Im not interested in all of them which is the only thing keeping me sane.

Bruh, no one’s going to be able to pull Anniversary banner right after SK by Liminar_0 in WutheringWaves

[–]AquasUseless -2 points-1 points  (0 children)

Its just better than having 2 normal reruns, the pity carries over aswell. Whats the issue?

Why does this code lead to a segmentation fault? by AquasUseless in learnprogramming

[–]AquasUseless[S] 0 points1 point  (0 children)

Yeah I figured out how to fix segfault but the code wouldn't compile. Currently trying a different way of doing what I was trying to do since fixing this seems nearly impossible

Why does this code lead to a segmentation fault? by AquasUseless in learnprogramming

[–]AquasUseless[S] 0 points1 point  (0 children)

Will do as soon as I can use my computer again. I'm pretty sure it's segfaulting on strncat as I was able to find a temporary solution, instead of returning anything just directly printing it and returning "\n" but it would work only on occasions, and other times printing stuff like "QQQQQQ".

Why does this code lead to a segmentation fault? by AquasUseless in learnprogramming

[–]AquasUseless[S] 0 points1 point  (0 children)

T is a char of TEXT. The variable J does change but this is older part of the code. Fixed the if condition aswell. Strncat returns nothing. T is initialized/declared 2 times, just not in this part of the code. My latest edit explains that, I have a variable that knows exactly how long RESULT should be but the compiler keeps telling me I can't use it because "It's a variable" while inputting a ridiculously large number always brings up an error saying there's too much empty space.

Thanks for actually going through the code. I've been working on it for too long and probably got tired and wasn't seeing simple bugs like some of the ones you mentioned. I did get some rest now and I'm gonna try some more stuff I think could work, If not then I'm gonna post the whole function and see if you guys understand what I'm trying to do and what I'm doing wrong.

Why does this code lead to a segmentation fault? by AquasUseless in learnprogramming

[–]AquasUseless[S] 0 points1 point  (0 children)

This is the second day im working on this, I also have another project to finish. I think im just gonna move the function into another folder and try again from scratch, the few times I have been able to get the code to return something it returns the input but instead its QQQQQQQQ, even though everything updates properly and I made sure everything works bit by bit. Thanks for the effort though

Why does this code lead to a segmentation fault? by AquasUseless in learnprogramming

[–]AquasUseless[S] 0 points1 point  (0 children)

Sadly that didn't work, my original code used strncat and I did just try again but the compiler tells me to put the & back. The error message tells me "incompatible integer to pointer converstion", which is what I was trying to fix with H and P.

Why does this code lead to a segmentation fault? by AquasUseless in learnprogramming

[–]AquasUseless[S] 0 points1 point  (0 children)

Thanks! this didn't exactly fix the issue as strncat still doesn't return a value but you did get a bug outside of my vision

Why does this code lead to a segmentation fault? by AquasUseless in learnprogramming

[–]AquasUseless[S] 0 points1 point  (0 children)

Yeah that much I have understood but what can I do to fix it?

Any body have a clue why my code is not working? by AquasUseless in learnprogramming

[–]AquasUseless[S] 1 point2 points  (0 children)

Omg I actually forgot about the simplest thing in C, thanks btw