error C2512: 'Image' : no appropriate default constructor availableYes it was about the construtor, for the pointers i used vector (some people say its better than arr...
error C2512: 'Image' : no appropriate default constructor availableAt the moment my HUD.h: [code] #ifndef HUD_H #define HUD_H #include "Image.h" class HUD { /*Vari...
error C2512: 'Image' : no appropriate default constructor availableThe pointers is to act like an array (but im guessing thats not the right way to do it). Maybe i sho...
error C2512: 'Image' : no appropriate default constructor availableMy HUD.cpp is something like this: [code] HUD::HUD() { this->backgroundImg = createBackground(); } ...
error C2512: 'Image' : no appropriate default constructor availableHello friends, I'm new at C++ and i've been trying to solve this problem for hours but i can't fin...
This user does not accept Private Messages