Allegro Shooter Game ErrorYou'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 errorsYeah, so what I believe is happening is that you call validate() and it returns true because the spa...
scope errorsWhat does validate(rows, cols) do? My guess is that validate() is returning true which enters the if...
This user does not accept Private Messages