Summary
Full Transcript
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC3SO4qpDg/join ►Lesson Description: In this example I teach you about how to write your first C++ program--the infamous 'hello world' example. I'll show you how to get the standard library setup, and then how to use the 'cout' objects. The cout object allows you to write text to the standard output (which is usually your terminal or console window). One technicality in this video that I'll address later on, is that "hello world!' is really type which is -- "const char*", but if you're coming from another language we can just think of this as a 'string'. ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel!
