User: poupas

  • Public profile

User profile: poupas

User info
User name:poupas
History
Joined:
Number of posts:5
Latest posts:

error C2512: 'Image' : no appropriate default constructor available
Yes 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 available
At 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 available
The 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 available
My HUD.cpp is something like this: [code] HUD::HUD() { this->backgroundImg = createBackground(); } ...

error C2512: 'Image' : no appropriate default constructor available
Hello 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