Hi All...!
I'm using Eclipse
IDE and MinGW compiler and have added two .cpp files in my C++ project.
One file having main() method and snother without main() - only one method - display(int, int).
Now I want use that display() function written in MyFile_2.cpp into main() function of MFile_1.cpp file. So please help me how to use some code from another .cpp file.
My files are listed below...
MyFile_2.cpp
MyFile_1.cpp
Please correct me...