Hi all,
i am new to C++, i was trying to declare a class for writing a log file. everyting was fine until i separate interface from implementation! below are the codes :
Log.H
----------------------------------------------
#ifndef LOG_H
#define LOG_H
class Log {
public:
Log ();
~Log()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.