Strings InputCould you please clarify your question? Are you asking this: A user enters number of strings to ge...
File read questionThank 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 questionHi all, I am trying to read an address from a file, but I am trying to ensure that when it comes...
Exception handlingI'm not 100% on this, but I really wouldn't suggest throwing your class object. It may be better to ...