Computer Science Canada Files with C++ |
Author: | discovery2005 [ Wed Jun 29, 2005 4:42 pm ] |
Post subject: | Files with C++ |
Its obvious how to carry out simple I/O tasks with files using fstream, but how can files be copied, deleted, renamed, etc. in Windows using Microsoft Visual Studio? Thanks. |
Author: | 1of42 [ Wed Jun 29, 2005 8:20 pm ] |
Post subject: | |
I asked the same question, and I got a link to the Boost library: http://www.boost.org/ |