You will need to install a compiler. If you use windows you will most likely install VCExpress. On linux you will most likely use the GCC compiler collection.
To get started copy and paste this code into a txt file and save it as
If you have an output screen, such as a debug window or a command prompt, it should say "Hello world!". In which case you have your programming environment set up.