Monday, 19 August 2013

C++ mass-#include

C++ mass-#include

I always need to write #include "headername.h" when including another
class. Is it possible to acess other classes without writing it or
including more than 1 class with a "#include"?

No comments:

Post a Comment