User: quisite

  • Public profile

User profile: quisite

User info
User name:quisite
History
Joined:
Number of posts:30
Latest posts:

If Statement not running
if I am U i will do like this, [code]MainPick = toupper(MainPick); if(MainPick == "SHOP") { Shop();...

Error Traping
@ryanjoshiii about that try-throw-catch that i provide, im actually nt really sure about what it me...

Linked List Question!
You can actually figuring out a pointer using postman and address concept which a postman holds lett...

Error Traping
I'll use an easier way. [code] string a; int b; try{ if(!(istringstream (a) >> b)) throw a; return...

Uninitialized Variables???
After I check your code I found that in line 97 you are using the comparision between an initiallize...

This user does not accept Private Messages