Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: zonique
  • Content: Threads
  • Order by date
  1. zonique

    Need help on class interface declaration!!!

    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()...

Part and Inventory Search

Back
Top