Getting 'unhandled exception' error for no apparent reasonLet's get a good look at the following line, shall we? [code]b = rand() % defaultMap.lengthOfAxis;[/...
Getting 'unhandled exception' error for no apparent reasonOh yes I have and if that weren't bad enough, the exception doesn't throw on every occasion but only...
Getting 'unhandled exception' error for no apparent reasonThat's exactly right! All it does is let the rand() procedure seek out a number to go with.
Getting 'unhandled exception' error for no apparent reasonYeah I know what you're saying but the darn thing keeps telling me the exception has something to do...
Getting 'unhandled exception' error for no apparent reason[code]class Map { public: Tile** worldMap; int lengthOfAxis; Map ( int sizeOfLand ) { lengthOf...
This user does not accept Private Messages