Link to install Visual Studio with C++:
https://youtu.be/ThmtfSdKuGo
List of C++ libraries:
http://www.cplusplus.com/reference/
Ascii Table:
http://www.asciitable.com/
Click "show more" to see the subtopic and respective time slot:
0:00:34 C++ Program Structure
0:01:17 Header file, library and predefined function
0:04:23 Rules of preprocessor directives (#include)
0:08:18 C++ comments (line comment and block comment)
0:11:06 Identifier
0:15:23 Data types in C++ (Declaration and initialization)
0:21:55 Data types (string)
0:28:18 Scope in C++
0:29:50 Declare and define constants
0:33:19 Program statements
0:34:43 Type conversion (implicit and explicit)
0:44:34 Preview of Lesson 3