On 8/30/07, gIe - papilon <[EMAIL PROTECTED]> wrote:
> i started to learn C programming..
>
> i had some question
>
> example :
>
> #include<stdio.h> /* what the function of #include?*/
>
> int main() /* what's int main() purpose? */
> {
> printf('gf');
> return 0; /* why must be return 0 ? not return 1 or x */
> }
These are some very basic questions that any introductory book or
course will cover. You won't learn the language by posting questions
about everything, the members of this list are not here to tutor you.
We're here to help when you get stuck with a problem, or a specific
question that you're not able to find the answer for.
Get a good book, and get reading. Also, I assume you're new to both C
and C++, so it would be best to learn C++ and ignore C (unless you
have a very good reason to learn it).
--
Tamas Marki