+ 1
Can you name some good websites for online learning of languages like C++, java etc.?
3 Answers
+ 5
https://www.tutorialspoint.com/
0
For C++:
An in-depth tutorial:
http://learncpp.com
A beginner's reference for the standard library:
http://www.cplusplus.com/reference/
A more technical, but also more useful and more complete, C/C++ reference:
http://en.cppreference.com
Also, there's "The C++ Programming Language, Fourth Edition" book which you can easily find online.