My Opera is closing 3rd of March

Something for Linux,Debian,Programming,Networks and Web

ВЯРВАЙ В НЕВЪЗМОЖНОТО И ДОКАЖИ ,ЧЕ Е ВЪЗМОЖНО! РОДЕН СЪМ ДА ТЕ ПОЗНАЯ И НАРИЧАМ ТЕ СВОБОДА! САМО МИСЛЕЩИЯТ ЧОВЕК Е СВОБОДЕН И НЕЗАВИСИМ!

Subscribe to RSS feed

Main function (programming)

In some programming languages, the main function is where a program starts execution.
It is generally the first user-written function run when a program starts (some system-specific software generally runs before the main function), though some languages (notably C++ with global objects that have constructors) can execute user-written functions before main runs. The main function usually organizes at a high level the functionality of the rest of the program. The main function typically has access to the command arguments given to the program at the command-line interface.


http://en.wikipedia.org/wiki/Main_function_(programming)
February 2014
M T W T F S S
January 2014March 2014
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28