reading from .dat fileThe getline() commands above should deal with vectors just fine. It stores the data in a tmp variab...
reading from .dat fileAs for what's going on.. When the compiler see's "dataIn >> temp", you're telling it that you want...
reading from .dat fileWithout 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 HELPYou can't declare a variable like: inti=0; The compiler doesn't know what you're trying to say at ...
reading from .dat fileYou created 'temp' based on class Contract, but you're not telling it how you want to handle the dat...