Hey guys, I gotta learn C++, but I couldn't find any good tutorial. May you guys tell me a nice C++ tutorial? I gotta find it ASAP. I'm not a programing n00b, but I don't know anything about C++.
C++ isn't exactly something you can pick up super fast even if you have plenty of programming experience. Its super finicky and has a ton of little nuances.
C++ is my favorite language to program in (although I use a large number of languages in my research). I love the ability to write relatively low-level code in C++ that runs extremely fast when I am investigating a problem.
Sometimes it is preferable to explore a problem in a higher-level language and then come back to C++ when speed is necessary and the problem is well-understood. These are just my own two cents....