Re: Dumb question by a beginner
Look in the archives and docs there are lots of examples.
When you get look at a program.
First you will see include files these are same as header files in cpp.
Each variable, function, and procedure has to be defined or dedclared
before it can be used.
Some are defined in your include files the rest are define in your
program before you use them.
Each procedure and function can used as you go towards the end
of the program.
In other words there is no main function just the fact that you
have accomplished what you wanted to by the time you have reach
the end of your program.
Now if you will follow a program from start to end you will get
the idea.
Hope this helps
bernie
|
Not Categorized, Please Help
|
|