0
Can anyone recommend anything that will continue my understanding of C++?
I simply want to know more. I don't believe I understand the language fully. Any one have a idea where I can continue my understanding of it beyond just this app?
4 Réponses
+ 1
Trust me, if you just learned C++ from this app, you don't even have good fundamentals. Try to write code, write apps, use Design Patterns, try new semantics from C++0x, try multithreading and async tasks, acknowledge metaprogramming. List can go on and on.
As you can see there's a plenty of topics that you can choose from. Just pick one, google it and try to learn it ^^ Have fun!
+ 1
That's awesome thank you.
0
I didn't think I'd seen the tip of the ice burg yet. Thank you.