cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
deletion of text files in c++
deletion of text files in c++
Oct 31, 2013 at 1:02pm UTC
baka291
(3)
how to delete a pre-existing text file in c++?
Oct 31, 2013 at 1:04pm UTC
nvrmnd
(656)
you can use
remove( filename );
and
#include <cstdio>
http://www.cplusplus.com/reference/cstdio/remove/
Last edited on
Oct 31, 2013 at 1:04pm UTC
Topic archived. No new replies allowed.