Click to See Complete Forum and Search --> : How to write data members into a file


kkris
May 12th, 1999, 10:00 AM
I am programming in Visual C++ using MFC. Could any one please help me, how to write data members (integers, doubles, etc)
into a file in text mode. How do I create the file for writing. Thanks in advance. Krishnamurthy

scp
May 12th, 1999, 01:27 PM
Use standard file operation functions. Convert your data members to ascii strings and write it into the file... You wanna know how to do it? Mail me...

Santhosh