G
Geoff Cox
Hello,
In C# I can write
TextWriter tw = new StreamWriter("d:\\path\\file.txt");
tw.WriteLine("fred");
tw.Close;
What is the C++ equivalent for Visual C++ ?
Thanks
Cheers
Geoff
In C# I can write
TextWriter tw = new StreamWriter("d:\\path\\file.txt");
tw.WriteLine("fred");
tw.Close;
What is the C++ equivalent for Visual C++ ?
Thanks
Cheers
Geoff