If you have the bandwith, you can watch the next video to learn about C++ language. This film is 2h20min long, and is very informative for beginners. After you finish, don't forget to press the like button, and thanks. Author will appreciate all the likes!
Next tutorial will describe language syntax in details. If you read one page every day you will finish learning in one week. We organize pages in logical order from basic to advanced concepts. For each page you should spend about 1 hour. If you are first time here, ignore the index for now and continue reading. You can use the index later to continue study after taking a break.
Index
There is a standard specification (ISO) for C++. There are many C++ implementations. Every vendor will deliver a documentation for C++ compiler and its supported features. You must get familiar with compiler documentation before you can write professional code and compile it succesfully. I have used these links to learn C++ for myself:
Read next: Syntax