Hello World Geekboots | C++ Programming | Jun 06, 2016 /* include header file */ #include <iostream> /* tells the compiler to use the std namespace */ using namespace std; int main() { /* print text on screen */ cout << "Hello World!\n"; return 0; } Hello World! cpp c plus plus hello world in c plus plus c++ coding for hello world geekboots tutorial geekboots c plus plus