Netbook, GCC on windows
Paul Maddox
EMAIL HIDDEN
Mon Jan 12 07:50:08 CET 2009
Micke,
hehe, yeah that bit I can do.
it's more, "how do I compile" "what does the makefile have to contain"
"what are the output files (debug/release) like" :-)
I've gotten very used to GUI based compilers , like, to compile you
click "compile" icon or "build all", to change to debug output, select
it from the drop down menu, and as for what files to include you drag
and drop them into a window :-)
Thanks
Paul
On 12 Jan 2009, at 06:25, Mikael Hansson wrote:
> 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
> _______________________________________________
> music-bar mailing list
> music-bar at lists.music-bar.org
> http://lists.music-bar.org/cgi-bin/mailman/listinfo/music-bar
More information about the music-bar
mailing list