11
Bubbles
5y

I UNDERSTAND POINTERS (kind of) HAHAHAHA NOW I JUST NEED TO KNOW HOW TO USE THEM AND I WILL BE UNSTOPPABLE

Comments
  • 2
    I wanna see that sweet ass single linked list project coming up on github next WEEK, YEA *sportsmanlike ass slap*

    seriously though, it's a good pointers exercise and not too hard to write.
  • 1
    @erandria I will keep it in mind!! Thanks!
  • 2
    DONT use pointers.

    in c++ use references or smart pointers, in c cry until you get to use cpp
  • 1
    @Bubbles you don't have to do it next week though, I think I took longer actually, everyone has their pace :)
  • 1
    also, if you need help understanding dm me on telegram @binarybyter
  • 1
    @erandria I will @ you when I do it
  • 2
    @gnulinuxer4fun I will thank you!
  • 0
    @Haxk20 yeah I am
  • 0
    @SecFreak okay! Yeah I’m still new to the concept and don’t know how important it is to use
  • 0
    @Haxk20 it’s most likely needs a pointer or it’s doing that because of it? Apologies I’m still new to the world of pointers
  • 0
    @Haxk20 okay thank you lol
  • 1
    I thought that 2 years ago
  • 0
    @SecFreak it just takes practice and I’ll understand
  • 1
    Imo pointers in c aren't that hard. And I had never problems understanding pointers in other languages. Once you understand them they're useful, but you should use the right techniques for the right problems. Don't forget that there are also structs and pass by value.
  • 1
    I tried learning them in college... And then moved to Java
Add Comment