{"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