
February 4th, 2013, 01:39 AM
|
|
n00b DevH'er
|
|
Join Date: Nov 2012
Location: Artesia, CA 90701
Posts: 3
Time spent in forums: 1 h 3 m 46 sec
Reputation Power: 0
|
|
I really like this tutorial! Really easy to understand and doesn’t automatically assume I know how to make the next Spore with my eyes closed. Now I finally have an idea of what I am doing!
A new version of the standard, known as C++11 has been made available since the time these tutorials were written — updates to the tutorial to cover C++11′s additions will be made in the appendix.
The underlying design philosophy of C and C++ can be summed up as “trust the programmer” — which is both wonderful, because the compiler will not stand in your way if you try to do something unorthodox that makes sense, but also dangerous, because the compiler will not stand in your way if you try to do something that could produce unexpected results. That is one of the primary reasons why knowing how NOT to code C/C++ is important — because there are quite a few pitfalls that new programmers are likely to fall into if caught unaware.
|