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!

How could I create a temp file? 1

Status
Not open for further replies.

jleung

Programmer
Jul 30, 2001
5
US
I know that you could create a temp file in C++ (not by fopen()). Could anyone help me with this? Thanks!!
 
use GetTempFileName/CreateFile John Fill
1c.bmp


ivfmd@mail.md
 
I dont follow... If you just want to create a file, CFile will do it for you.

Matt
 
in VisualC++ .net also exists an object TempFile, I don't know how in CisualC++ 6 John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top