+ 2
Does anyone have any tips for remembering certain things in code ?
I know this is pretty sad, but I'm currently on data types in C++ and even this is becoming a little overwhelming, xD. Does anyone have any tips to remember all this stuff ?
2 odpowiedzi
+ 1
Just practice using it a lot by writing programs and it will stick. There's no point trying to memorise everything without actually putting it to use.
Try writing some code and even if at first you have to go back and check to remind yourself of certain things, with time it will become second nature.
0
@Stuart Johnson
Yep, that's what I'm trying to do, thanks for the advice !