A place to find the best resources to learn something (Specifically CS). I'll try to provide the description or atleast point it out with a brief description of the resource.
To add a website. Please follow the protocal below:- Link to the website - Brief short description
To add a Book. Please follow the protocal below. (If u want to upload a book please upload free content. Or you just provide the book name below!)
- Book name - Author name - Brief short description (More Updates comming soon!)
Cppreference - is the best language reference out there for C++. Everything from C++98 to C++23.
C++ Core Guidelines - is a github repo by Bjarne Stroustrup (creator of C++) and Herb Sutter (an expert in C++). This is a living document under continuous improvement. A lot of recommendation for best practices in various topics.
A Tour of C++ (C++ In-Depth Series) 1st & 2nd Edition - By Bjarne Stroustrup - the creator of C++, describes what constitutes modern C++. This concise, self-contained guide covers most major language features and the major standard-library components—not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started. Oracle Java Documentation -The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons. --Some Books here