Compile and execute

To compile this program, use an IDE such as MS Visual Studio 6.0.

You can then execute the program from within VS 6.0.

When you do, the following text will be displayed on the screen:

Hello World

Many files will be produced

A successful compilation and execution from within VS 6.0 will produce ten new files plus one new directory named Debug.

Dev C++

You can also compile using Dev C++, which will produce only one output file and no new directories.