If Statement not runningif 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 TrapingI'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