Hi all,I have written a program in c++ using visual studio 2008.I've create only one source file and written all the codes including header files within .cpp extension and program is running well.But I want to split this program like
.h extension
be present into the header file and
.cpp extension
into the source files separately (one is for functions and one is for main()) and then want to execute the whole program.
I've tried myself but failed as I never before use visual studio (VC++).So I need your suggestion to solved this problem.Which steps I need to follow?How do I separate the module in proper way?Which portion should I care more?etc....So please give your suggestion to know actual advantages of c++/vc++.
With warm Regards
Sdmahapatra