User: cwr2k

  • Public profile

User profile: cwr2k

User info
User name:cwr2k
History
Joined:
Number of posts:15
Latest posts:

Allegro Shooter Game Error
You're erasing bullets from the inner for loop. So you're probably iterating through the inner loop ...

help with inheritance
You need to remove the "class" keyword from the classes you inherit from. [code] // snake class inh...

Why do you use C++?
>Why do you guys write code in C++? Mostly for performance reasons I guess. It's also the language ...

scope errors
Yeah, so what I believe is happening is that you call validate() and it returns true because the spa...

scope errors
What does validate(rows, cols) do? My guess is that validate() is returning true which enters the if...

This user does not accept Private Messages