141

As someone moving from java to rust, I feel attacked.

Comments
  • 5
    I 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
  • 6
    @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...)
  • 0
    @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
  • 0
    can confirm.
  • 3
    Can confirm. Started with java in school and it took me way too much time to learn C
  • 0
    Never used Java but pointers exist there?
  • 0
    I feel attacked
  • 0
    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.
  • 0
    Rust FTW!!!!!!!
Add Comment