Header files inclusion / Forward declaration

Posted by user249490 on Stack Overflow See other posts from Stack Overflow or by user249490
Published on 2010-05-14T08:16:09Z Indexed on 2010/05/14 8:24 UTC
Read the original article Hit count: 313

Hi, In my C++ project when I have to go for the inclusion (#include "myclass.h") of header files?? And when I have to go for forward declaration of the class (class CMyClass;) ?? Any suggestions regarding this are welcome.

© Stack Overflow or respective owner

Related posts about header-files

Related posts about c++