Quote:
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 likebe present into the header file andCode:.h extensioninto the source files separately (one is for functions and one is for main()) and then want to execute the whole program.Code:.cpp extension
With warm Regards
sdmahapatra

