tags:

views:

120

answers:

1

Possible Duplicate:
Calling functions from main() in c++

Hello. I have a programme that has about 100 classes and more than 1000 functions spread over 20 header and source code files. What I want to know is that how I can pass arguments to so many functions in so many files? What is the procedure adopted for this in main()? Regards, Supriyo

+1  A: 

Take a look at the Boost.Program_options module.

Robert S. Barnes
Hello. I am in urgent need of an answer to my quetion which I have not got. Anybody please answer. Regards Supriyo
Supriyo