Thread
:
Lets All Learn C!!!!!!
View Single Post
Reply
Posted 2004-09-17, 10:32 PM in reply to
Anman
's post
"Lets All Learn C!!!!!!"
Anman said:
#include <stdio.h>
: This is the standard I/O library used in computing. It allows text to be displayed on screen, and receive input from the keyboard. C has quite a few libraries available, making various processes even simpler for you to use in your programs.
Probably be a good idea to define what a library is.
Quote:
int main()
: while int is declaring that a new function is about to start.
??
Quote:
All C programs must have a function named main, as it's the first function to be run when your program is started.
Not necessarily.
Profile
PM
WWW
Search
Demosthenes