User profile: Thrax

User info
User name:Thrax
History
Joined:
Number of posts:8
Latest posts:

reading from .dat file
The getline() commands above should deal with vectors just fine. It stores the data in a tmp variab...

reading from .dat file
As for what's going on.. When the compiler see's "dataIn >> temp", you're telling it that you want...

reading from .dat file
Without seeing the data, let's say the .dat file looks something like this: john doe +5 implant 10...

sorting array cant get program to run HELP
You can't declare a variable like: inti=0; The compiler doesn't know what you're trying to say at ...

reading from .dat file
You created 'temp' based on class Contract, but you're not telling it how you want to handle the dat...