+ 2
Some nice C++ 11 features not covered by the tutorial
Take a look at my public code and look for a demo called "C++ 11" demonstrating the use of the auto keyword and the foreach-like syntax, both added in C++ 11. BTW, the auto keyword was used by the original K&R C programming language for an entirely different purpose, and had been dropped from the language long ago.
3 Answers
+ 1
I'm not complaining! On the contrary, I'm simply offering people, including those who finished the c++ course, a few more bits of useful C++ shortcuts.
0
That is right but you have to remember that C++ is a huge language. There are so many nice features that make your life easier which cannot be covered by an app without spending too much time on passing the class.
0
Then sorry, I misunderstood.