#Where to begin with modern cpp?
8 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
We generally recommend a good book to learn the necessary fundamentals:
To actually write and run C++ code, you will need a compiler, editor, and debugger. We strongly recommend to start out using an IDE, which will provide all these tools for you:
- [Visual Studio](#1165492293810257920 message)
- CLion
There is also https://stackoverflow.com/a/388282
I have been looking over this, which brought me here.
Some of these resources are over 2 decades old and I'm not sure where exactly to start.
Not much has fundamentally changed since C++11. You don't have to look for the very recent books
Though books before C++11 are somewhat no longer recommended.
I didn't initially see the 3rd version of Tour of C++, I suppose I'd look into that.