Invalid use of incomplete type 'ALLEGRO_BITMAPThat whole Map::Map constructor looks suspicious to me. [code]//Main map constructor Map::Map(int s...
First Program in VS 2012 failed -- help?He probably needs to change the file extension back to[b] .cpp[/b] instead of[b] .c[/b] (I have see...
Help!let's start with something glaringly obvious You have a few functions that follow this trend: [code...
Segmentation error. Problem with class. Damn - I wasnt going to say that - but I found another fix that stopped it crashing - but your fix l...
PLZ HELP Delete a element in a list That isn't going to work. For a start you never move the iterator forward after each check - so wh...