Netbook, GCC on windows

Mikael Hansson EMAIL HIDDEN
Mon Jan 12 07:25:12 CET 2009


Paul Maddox wrote:
> Peter,
>
>    thanks, well MiniGW is installed, so I'll give that a go first..
> Not found a "hello world" example yet.
>   

Consoleapp with C would be:

#include <stdio.h>
#include <stdlib.h>

int main(void)
{
  /* Declare your variables here... */

  system("cls");
  /* Put your own code here... */
  printf("Hello world!\n");

  system("PAUSE");

  return 0;
}



/Micke



More information about the music-bar mailing list