Aug 8, 2001 #1 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!!
I know that you could create a temp file in C++ (not by fopen()). Could anyone help me with this? Thanks!!
Aug 8, 2001 1 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB use GetTempFileName/CreateFile John Fill ivfmd@mail.md Upvote 0 Downvote
Aug 8, 2001 #3 Zyrenthian Programmer Mar 30, 2001 1,440 US I dont follow... If you just want to create a file, CFile will do it for you. Matt Upvote 0 Downvote
Aug 8, 2001 #4 Cagliostro Programmer Sep 13, 2000 4,226 GB in VisualC++ .net also exists an object TempFile, I don't know how in CisualC++ 6 John Fill ivfmd@mail.md Upvote 0 Downvote
in VisualC++ .net also exists an object TempFile, I don't know how in CisualC++ 6 John Fill ivfmd@mail.md
Aug 8, 2001 #5 joeGrammar Programmer Jun 4, 2001 162 CA or you could write to an ofstream variable Upvote 0 Downvote