error when i using a function in a class in cpp
Posted on October 01, 2014 at 22:37hi every bodyin a cpp file i include a header file and want to use header file's functions inside class but it shows a error: lib1.h class class_x{ public: calss_x(); private: }--- lib1.cpp ...