Taking a text file and assigning the individual lines to a classI'd use a vector of char personally... and then do something like this: vector<char> v; .... ...
Absolute value roundThank you. All I needed to know was abs from the cmath library.
Taking a text file and assigning the individual lines to a classWell I'd start with using fstream to start reading the file, then I'd have it break once it's read a...
Absolute value roundI'm working on a project right now assigned by my professor. It involves a DateTime object that take...
How to design a console ?smart brain? I don't think he insulted you, although it is hard to believe that you can program C++ ...
This user does not accept Private Messages