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
Printable View
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
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