Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
henlo32876yI just spent 2 hours debugging a program cuz apparently my function couldn't modify a pointer passed to it. Pointer to pointer was d soln but goddamm it took d life outta me
-
@yatanvesh You may want to redo the basics of C function arguments and pointers, that kind of stuff is not something you want to be tripping on because it's so basic (though given the other kind of tripping, it might not be so bad...)
-
@RememberMe I know what they are, I'm at the point where I haven't worked with them enough to abstract them well enough in my head. Hopefully I'll get used to it
-
Can confirm. Started with java in school and it took me way too much time to learn C
-
Lol. I am trying to switch to rust to and it is a very new world with all the things like variable borrowing etc, but it is a journey I want to do.
As someone moving from java to rust, I feel attacked.
joke/meme