Securing Knowledge.

Continuosity on learning is the most important thing to secure your knowledge.

Monday, September 13, 2004

C compiler & setup -- My first step

I use DJGPP as the compiler for my C's code. DJGPP compiler can be found here. The tutorial about DJGPP can be found here.

I use DJGPP compiler because i'm quite comfortable with it. There's a lot of C compiler. You all can search it at Google... hehehe :p

So, continue to my first learn-back code. Its anybody-know code : the hello world code...
#include stdio.h /* i cannot put the <> symbol arounf stdio.h (it's illegal in this blog, hehe... :p)*/
int main (void)
{
printf ("hai, mari start balik coding C\n");
return 0;
}

carrotsusu, 9:00 PM

0 Comments:

Add a comment