¡@

Home 

c++ Programming Glossary: classtwo

Regarding C++ Include another class

http://stackoverflow.com/questions/12733888/regarding-c-include-another-class

class which has the main method File2.cpp has a class call ClassTwo and I want to create an object of ClassTwo in my File1.cpp I.. a class call ClassTwo and I want to create an object of ClassTwo in my File1.cpp I compile them together by this way g o myfile.. But when I try to create by create class two object ClassTwo ctwo It doesn't work. Error was ClassTwo was not declared in..