Hi,
i have a program splitted across two files
main_prog.cpp
idr.cpp
my main_prog.cpp accepts a file name a s parameter.
i want to capture this file name in a variable and use it in idr.cpp
How should i Proceed ?? pls help me
Thanks
Dharmesh
i have a program splitted across two files
main_prog.cpp
idr.cpp
my main_prog.cpp accepts a file name a s parameter.
i want to capture this file name in a variable and use it in idr.cpp
How should i Proceed ?? pls help me
Thanks
Dharmesh
Comment