A quick-start guide for C++?

Jun 5, 2020 at 2:44pm
Hello,
I'm very new to C++ and I was wondering if there's some sort of a quick-start guide for total dummies. I'm not looking for something super long, even though I'm aware it would probably be better. I do have some knowledge in web development and learning other programming languages is more of a hobby for me at the moment.

Thanks
-bld
Jun 5, 2020 at 3:06pm
The tutorial here at CPlusPlus (sadly behind the times, no C++17):
http://www.cplusplus.com/doc/tutorial/

Another online tutorial that is updated:
https://www.learncpp.com/
Jun 5, 2020 at 5:29pm
c++ take a while to learn. There are some short guides but the language is simply too big and rich to pick up in something like 2 weeks.
Jun 6, 2020 at 9:17am
c++ take a while to learn. There are some short guides but the language is simply too big and rich to pick up in something like 2 weeks.


I'm well aware of that, but that won't stop me from trying.
Topic archived. No new replies allowed.