User: workman845

  • Public profile

User profile: workman845

User info
User name:workman845
History
Joined:
Number of posts:19
Latest posts:

Taking a text file and assigning the individual lines to a class
I'd use a vector of char personally... and then do something like this: vector<char> v; .... ...

Absolute value round
Thank you. All I needed to know was abs from the cmath library.

Taking a text file and assigning the individual lines to a class
Well I'd start with using fstream to start reading the file, then I'd have it break once it's read a...

Absolute value round
I'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