Guys,

I am needing a little help finding some information.

I am a VB programmer by day but I am also taking some C++ classes so I can maybe change languages, but C++ and I are not getting along.

What I need to do is to be able to read a comma delimited file from a C++ program. the format would be like so

"phone","last name","first Name","address"
"phone","last name","first Name","address"
"phone","last name","first Name","address"

and so on. I have searched the forum and found nothing that I can tell relates to reading files like this. I have used the fstream header before for reading numbers and doing stuff with them but an address will have spaces, and fstream stops on a space.

I also need to be able to append the file when a new record needs added.

Any help would be appreciated.

Jerel