0
votes
What was your first attempt at a project, as a newbie?
I tried to write a console-based calculator program that could do simple mathematics. Eventually I ended up implementing some more complex features. I scrapped it because I recognized that it was t …
0
votes
Hardest concept to grasp as a beginner
Pointers had to be one of my biggest problems I struggled with. Referencing and Dereferencing them, etc. I overcame the problem by following tutorials and reading as much as I could about them. It …
4
votes
Stop overlooking minor details
I find that if I'm having any particular trouble trying to fix a bug or think a problem through I'll take a 5-minute breather. By the time I get something to drink or just relax and come back to th …
