Some nice C++ 11 features not covered by the tutorial | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

22nd Nov 2016, 6:04 PM
Udi Finkelstein
Udi Finkelstein - avatar
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.
22nd Nov 2016, 7:18 PM
Udi Finkelstein
Udi Finkelstein - avatar
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.
22nd Nov 2016, 7:11 PM
Isko
0
Then sorry, I misunderstood.
22nd Nov 2016, 8:06 PM
Isko