User: rokomata

  • Public profile

User profile: rokomata

User info
User name:rokomata
History
Joined:
Number of posts:7
Latest posts:

Getting 'unhandled exception' error for no apparent reason
Let's get a good look at the following line, shall we? [code]b = rand() % defaultMap.lengthOfAxis;[/...

Getting 'unhandled exception' error for no apparent reason
Oh 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 reason
That'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 reason
Yeah 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