User profile: Parasin

User info
User name:Parasin
Name:Evan
Location:Dallas
Statistical data
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:73
Latest posts:

Strings Input
Could you please clarify your question? Are you asking this: A user enters number of strings to ge...

File read question
Thank you! That solved my problem. C++ guru MiNiPaa

Class of classes does not compile, 30+ errors
[code] enum move { NONE, // 0 FLAMETHROWER = 95, // 1 SURF = 96, // 2 PETALDANCE = 70, // 3 FIR...

File read question
Hi all, I am trying to read an address from a file, but I am trying to ensure that when it comes...

Exception handling
I'm not 100% on this, but I really wouldn't suggest throwing your class object. It may be better to ...