Entry Point (Programming)
"Where is the Entry Point in a C program?"

This atom was added to the encyclopedia by gregsometimes
In modern computer programming, the entry point in a computer program is the starting point of execution of an application. Microsoft Windows and Unix platforms have a single entry point. The entry point can be represented in a program with a function. For example, in the computer languages C and C++ the entry point is the main() function. On the contrary, in Adobe Actionscript 3.0, similar to Java, the entry point is the main application class contained by a nameless package. In Actionscript 3.0, once the constructor of the main class has finished executing, most of the rest of the program would be controlled by dispatching events.

Please log in or register new account to post your opinion on this page


Other articles you might like:

Programming 3D Physics for Computer Games and Interactive Simulations
First Windows Application (Win32)
Simple OpenGL Primitives: Drawing Points, Lines and Polygons with glVertex
PHP Reference Manual and Tutorials for beginners
Thoughts on A.I.
The Genesis of 3D Graphics
Polygon vs. Rectangle Clipping Algorithm
How to Write Your Own Computer Games in C++

Please add "Entry Point (Programming)" to your favorite bookmark site!

Add to Digg Add to Reddit Add to Del.icio.us Add to StumbleUpon

© 2007-09 Authentic Society Only information matters. Page load time: 0.024ms