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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create a file in VC++

Status
Not open for further replies.

CetGabbe

Programmer
Apr 12, 2002
18
0
0
SE
How do I create a file?
 
CFile f;
f.Open("test.txt",CFile::modeWrite|CFile::modeCreate|CFile::shareDenyNone);

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top