User: xx1182

  • Public profile

User profile: xx1182

User info
User name:xx1182
History
Joined:
Number of posts:54
Latest posts:

I don't get why it is not compiling
So, basically i'm trying to make a program, but that is not the point. It should work, i'm sure. But...

For anyone who knows sdl, a little help?
Solved by myself [code] void Player::Update(SDL_Scancode key[], const Uint8 *keypressed) { if(ke...

For anyone who knows sdl, a little help?
[code] if(keypressed[keys[0]]) [/code] is working. But i'm trying to make controls on the game cla...

For anyone who knows sdl, a little help?
What is wrong with this? [code] SDL_Scancode Game::keys[4] = {SDL_SCANCODE_W, SDL_SCANCODE_A, SD...

Why const int* is not constant?
Take thoose exemples: [code] { const int *a; int ab = 11; int bc = 12; a = &...

This user does not accept Private Messages