\1. Download latest WinC+ package and updates if there is any new: https://sourceforge.net/projects/cplusminus/files/
\2. Unpack it to C:, so path will be C:\cpm\c+-.exe. You may unpack it to any other place but then you should edit paths in "make.bat" of your project.
If you're using Linux you probably should compile c+- parser by yourself (c+-source.tar) with g++ and you probably need linux versions of SDL, SDL_image, SDL_mixer, SDL_ttf and maybe SDL_net if you plan to use network and make.bat file isn't for you, you should read it and write your own shell script according to your system.
#include \<lsdl>
int main ()
print ( "Hello, world!" )
pause ( 1000 )
return 0
Leave blank line in the end. You should do this with every source file.
\8. Press Ctrl+S and save your file to your project folder as main.cpm
As result of working program message "Hello, world!" should appear in command window for a second.