C++ Programming




Get the Cheat Sheet Here : http://goo.gl/OpJ209
Subscribe to Me: http://bit.ly/2FWQZTx
Best Book on C++ : http://goo.gl/GLLL0g
How to Install C++ on Windows : https://youtu.be/SykxWpFwMGs?t=1m47s
C++ for Beginners : https://youtu.be/DamuE8TM3xo

Get my Ultimate Python Tutorial Series for $9.99 on Udemy : http://bit.ly/PythonUltimate

GET FREE STUFF WHILE SUPPORTING MY TUTORIALS
1. Get a Free Stock : share.robinhood.com/derekb1560
2. Get 2 Free Audiobooks : https://amzn.to/2Y5FV2p

Like the channel? Consider becoming a Patreon! Check it out here:
►► https://www.patreon.com/derekbanas

Data Types : 2:40
Arithmetic : 6:02
If Statement : 9:19
Switch Statement : 12:01
Ternary Operator : 13:08
Arrays : 13:49
For Loop : 16:30
While Loop : 17:56
Do While Loop : 19:42
User Input : 20:27
Convert String : 20:56
Strings : 21:39
Vectors : 27:47
Functions : 30:16
Recursive Function : 32:37
File I/O : 34:57
Exception Handling : 38:38
Pointers : 40:02
Reference Operator : 40:25
Classes / Objects : 47:12
Private : 47:55
Static Variables : 48:21
Public / Encapsulation: 49:02
Constructors : 50:42
Static Functions : 51:46
this : 53:16
Inheritance : 57:29
Call Superclass Constructor : 59:14
Execute Static Method : 1:00:34
Virtual Methods : 1:02:45
Polymorphism : 1:07:39
Abstract Data Type : 1:08:29

*Watch More Learn in One Videos*
►► Java – https://youtu.be/n-xAqcBCws4
►► C++ – https://youtu.be/Rub-JsjMhWY
►► Python – https://youtu.be/N4mEzFDjqtA
►► MySQL – https://youtu.be/yPu6qV5byu4
►► PHP – https://youtu.be/7TF00hJI78Y
►► Kotlin – https://youtu.be/H_oGi8uuDpA
►► C# – https://youtu.be/lisiwUZJXqQ
►► JavaScript – https://youtu.be/fju9ii8YsGs

Original source


49 responses to “C++ Programming”

  1. Learn in One Videos for Every Programming Language
    Subscribe to Bookmark them: http://bit.ly/2FWQZTx
    Python : https://youtu.be/N4mEzFDjqtA
    C++ : https://youtu.be/Rub-JsjMhWY
    Java : https://youtu.be/n-xAqcBCws4
    PHP : https://youtu.be/7TF00hJI78Y
    MySQL : https://youtu.be/yPu6qV5byu4
    JavaScript : https://youtu.be/fju9ii8YsGs
    C# : https://youtu.be/lisiwUZJXqQ
    HTML5 : https://youtu.be/kDyJN7qQETA
    CSS3 : https://youtu.be/CUxH_rWSI1k
    JQuery : https://youtu.be/BWXggB-T1jQ
    TypeScript : https://youtu.be/-PR_XqW9JJU
    ECMAScript : https://youtu.be/Jakoi0G8lBg
    Swift : https://youtu.be/dKaojOZ-az8
    R : https://youtu.be/s3FozVfd7q4
    Haskell : https://youtu.be/02_H3LjqMr8
    Handlebars : https://youtu.be/4HuAnM6b2d8
    Bootstrap : https://youtu.be/gqOEoUR5RHg
    Rust : https://youtu.be/U1EFgCNLDB8
    Matlab : https://youtu.be/NSSTkkKRabI
    Arduino : https://youtu.be/QO_Jlz1qpDw
    Crystal : https://youtu.be/DxFP-Wjqtsc
    Emacs : https://youtu.be/Iagbv974GlQ
    Clojure : https://youtu.be/ciGyHkDuPAE
    Shell : https://youtu.be/hwrnmQumtPw
    Perl : https://youtu.be/WEghIXs8F6c
    Perl6 : https://youtu.be/l0zPwhgWTgM
    Elixir : https://youtu.be/pBNOavRoNL0
    D : https://youtu.be/rwZFTnf9bDU
    Fortran : https://youtu.be/__2UgFNYgf8
    LaTeX : https://youtu.be/VhmkLrOjLsw
    F# : https://youtu.be/c7eNDJN758U
    Kotlin : https://youtu.be/H_oGi8uuDpA
    Erlang : https://youtu.be/IEhwc2q1zG4
    Groovy : https://youtu.be/B98jc8hdu9g
    Scala : https://youtu.be/DzFt0YkZo8M
    Lua : https://youtu.be/iMacxZQMPXs
    Ruby : https://youtu.be/Dji9ALCgfpM
    Go : https://youtu.be/CF9S4QZuV30
    Objective C : https://youtu.be/5esQqZIJ83g
    Prolog : https://youtu.be/SykxWpFwMGs
    LISP : https://youtu.be/ymSq4wHrqyU
    Express : https://youtu.be/xDCKcNBFsuI
    Jade : https://youtu.be/l5AXcXAP4r8
    Sass : https://youtu.be/wz3kElLbEHE

  2. Currently I've been learning a few languages and I only ever see really basic tutorials.. At first look the video seemed very overwhelming, until I started to realized that I knew literally every term you were throwing out.. So in summary, THANK YOU for streamlining this experience with the C++ language!!!

  3. At 16:00 you created a multi dimensional array of chars which I think was a little erronous.
    By creating an array of Char[5][5] you implied that you were creating two arrays with 5 characters each.
    What you actually did was create 5 arrays with 5 characters each, and only used the first two.
    I think this is misleading for people who are not familiar with multi-dimensional arrays.
    Is there a good reason for this?

    It even shows afterwards when you iterate the array in a loop, it prints 3 blank lines

  4. I don’t understand why so many people are scared to death of C++ and refer to it as an incomprehensible monster of a language.
    If you can think logically and know the basics of computer science, it’s a breeze.
    Nobody ever said that you have to use EVERY SINGLE FEATURE of the language in every project.
    It’s actually a blessing that it has a lot of features. They’re there for you to learn about if you come to a point where you need to use them, but you can easily get by ignoring the features that you don’t need.

  5. Thanks for sharing. I like your style and code examples. Very easy to understand. Just the last part where you talk about polymorphism and inheritance felt a little rush and I did not understand why destructuring (~) is important. Nevertheless excellent job. Thanks again.

  6. This is a FANTASTIC refresher…. thanks a lot. PS: Not for people who haven't done C or C++ (or a matter of fact any programming language) before, and certainly not for the faint of heart….

  7. I watched the whole video, and got everything until the last 10 minutes on virtual functions, when you started using pointers and references for objects instead of the normal class. And I'm still fuzzy on what virtual actually does and why it is needed.

  8. People always said to me that i should learn C languages first and don't spoil myself with languages like python and javascript. But after programming in those languages for a while i found out that learning c++ is like a peace of cake. Watched this video in 1.25 speed without a pause and understood everything pretty well. I know that i will look up this video and other sources when i forget about some built-in functions but it does not take so much time to learn new programming language anymore even if the language is terrible c++ as many people say

Leave a Reply