View Single Post
Old Apr 4th, 2006, 11:27 PM   #2
Kaja Fumei
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 134
Rep Power: 4 Kaja Fumei is on a distinguished road
Actually, there is no C++ specific way. You use the same C functions, except include <cstdio> rather than <stdio.h> and rename() and remove() will be in the "std" namspace.
Kaja Fumei is offline   Reply With Quote