+ 3
Pointers
So many things I learn in c++ seem so trivial and stupid when I first learn them. It takes me so long sometimes to grasp what a particular aspect really means, and then when I finally understand it, it seems so stupidly simple that I wonder why it took me so long to understand it and moreover that I will probably never use it. But eventually the thing I think I'll never use becomes critically important in a coding sequence, and I finally truly understand the importance of the thing I thought was so useless.
3 Antworten
+ 7
I agree, pointers are not that complicated once you understand the concept.
Also agree with Cipher, some code would have been nice to maybe show the people who do not yet understand what can be done with them.
Take for example:
https://code.sololearn.com/c6bMMxjh8cgx/?ref=app
+ 4
I am still experiencing it.
+ 3
Ya thanks for the advice