Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Hello World (or 'The Hello World program') is a standard example program to see if your programming environment works. Note that this example code is not standarized, so multiple and similar variants are on the Internet. A more demanding example is Hello Boost, which also tests if the Boost libraries are installed correctly.
Operating system(s) or programming environment(s)
Libraries used:
The Qt project file used is a default-created console application Qt project file:
#------------------------------------------------- |
A default Hello World main:
#include <iostream> |
Do 'Projects (CTRL-5) | Run | Check 'Run in terminal' (screenshot (png)).
If this step is forgotten, no output will be shown.
Click 'Run' in the bottom-left of press CTRL-R.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.