cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
call main of a header file
call main of a header file
Oct 23, 2010 at 2:03pm UTC
adamger
(3)
in my header file there is a function which is called in main.
i want to call main in another file, how can do this?
Oct 23, 2010 at 2:12pm UTC
Bazzy
(6281)
In C++ you are not allowed to call main
Topic archived. No new replies allowed.