 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
horneye Guest
|
Posted: Fri Jul 21, 2006 9:10 am Post subject: how can i use fstream object to clear file's content? |
|
|
After i use fstream to open a file, how can i use the fstream object
to clear file's content? |
|
| Back to top |
|
 |
Alan Johnson Guest
|
Posted: Fri Jul 21, 2006 9:10 am Post subject: Re: how can i use fstream object to clear file's content? |
|
|
horneye wrote:
| Quote: | After i use fstream to open a file, how can i use the fstream object
to clear file's content?
|
std::ofstream("filename") ;
Just opening it as such should be sufficient to cause the data to be
truncated.
--
Alan Johnson |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|