Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

are there somethin simple read write set csv file?

Status
Not open for further replies.

koeicjm

Programmer
Sep 12, 2001
73
JP
I want a sample to do it or a class.
 
Have a look at CStdioFile. This inherits from CFile and allows you to use ReadString() or WriteString() to read/write a single line of text. To separate the fields within a single line, you can use CString functions Find(), Mid(), Left() and Right()

CMR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top