User profile: useless

User info
User name:useless
History
Joined:
Number of posts:16
Latest posts:

Using an enum defined in class
move the definition of parseEvent to the header

file input of mixed types
Simplified: Vectors are just like arrays, they occupy a contiguous block of memory and can adjust th...

file input of mixed types
I feel for you. Use stringstreams.

file input of mixed types
What have you learned so far? Have you learned about streams?

Transfering values between functions
http://en.wikipedia.org/wiki/Reference_(C%2B%2B) [code]void getinput( int& hours, double& rate )[/c...