18.09.2011, 12:10
Quote:
If you have some PAWN knowledge, you have a main base of learning C. PAWN is based on a language called SMALL C. If you have some C knowledge, you can start learning C++. In my case, my first programming language was qBasic, which I learned at school. After that I started learning PAWN and C. Now I have some pretty basic C++ knowledge. I can make an application with buttons, and some popups when you click a button NOT using Window Form thing, it makes stuff easy as hell.
Also, a really important thing is to sleep at least 8 hours per day in order to renew your brain cells. Try studying after 5 hours of sleep and after 10 hours of sleep. You will see a huge difference. You will eventually learn C++ easier if you sleep more. Also, math knowledge helps a lot too! Most programming languages do are math operations. EDIT: forgot to mention, you also need a good compiler. I'd suggest you to use DevC++. |