A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

Learning C++ resources

1.3k views · started by GAMEchief ·
#1
Learning C++ resources
This one is like a textbook. It has many good suggestions and generally easy to read. It is well organized and easy to navigate to a particular topic. The C++ Tutorial - Learn C++

This one teaches and quizzes your basic language syntax and concepts. It has a nice interface and has an app version and a web version. It requires sign up using your name and email. SoloLearn: Largest community of mobile code learners

This is another nice introduction to C++ and provides a historical perspective and covers more environments to set up the editors and compilers. It tends to use “big words”, which initially might be overwhelming for the uninitiated but are technical jargons often used. C++ Tutorial

This one contains data structures and advanced class design topics: C++ Tutorial - Learn C++ - Cprogramming.com
#2
This C++ is similar to C right ? Because i have learnt C , so i hope its not like something completely different ><
#3
This C++ is similar to C right ? Because i have learnt C , so i hope its not like something completely different ><


C++ is an extension created to handle the complexity of C. So anything that is taxing to write in C may be done easily in C++.
You don't need to learn C before dabbling with C++ unless you're interested in machine code.
#4
In our country c/c++ is not really used language as we are more into high level languages already.