I've started learning C++ about six months ago(read many tutorials and some example code). But I don't really make any improvement. I've see alot of expert programmers and they create some incredible code.
I guess you have been doing this for years but I don't have the time to spend seven hours a day practising C++. How can I improve my skills in a different way, and what are the possabilities when you are good at this?



LinkBack URL
About LinkBacks



Also, when you're in class and you have time, write down code on a piece of paper. You don't need a compiler to program. Think about programming during the day or while you're in the halls, etc. Try figure out ways of programming things in your head whenever you can find the time. I find that I get my best programming ideas when I'm not actually at the computer. It gives you time to really concentrate on the logic and high-level concepts of the code. 
That would of been so much better for me.