{"id":4068,"date":"2017-02-21T11:32:05","date_gmt":"2017-02-21T16:32:05","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=4068"},"modified":"2021-12-08T12:29:27","modified_gmt":"2021-12-08T17:29:27","slug":"modern-cpp-part-1-hello-world","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/modern-cpp-part-1-hello-world\/","title":{"rendered":"Fun With Programming in Modern C++ Part 1 – Hello World"},"content":{"rendered":"\n

As it is with every other traditional programming tutorial or lesson for that matter This hello world tutorial follows the same tradition. It is the first part of the series of Modern C++<\/a> programming tutorials by So Interactive TV<\/a>.<\/p>\n\n\n\n

Here we are introduced to the basics of a C++ program showing how the main()<\/strong> function is used. This tutorial also covers the basics of the preprocessor focusing on the #include<\/strong> preprocessor directive.<\/p>\n\n\n\n

The video<\/a> also takes a quick peek at the namespace and how it is used as well as the cout<\/strong> token and how it is used to print content to the standard output which in this case is the terminal.<\/p>\n\n\n\n

This introduction also shows a quick glimpse into the assembly language code that is generated from this simple Hello World C++ program. So to get started in learning C++ you can watch the tutorial and be sure to subscribe for notifications when new tutorials are released each and every week.<\/p>\n\n\n\n

Check Out the Hello World C++ Program Below<\/h2>\n\n\n\n
\n