Dear Johannes, Salaam sayang :-)
Udah coba :
#include <fstream>
using namespace std;
int main(void)
{
fstream inputfile(PATH, ios::in);
fstream outfile(PATH, ios::out);
char ch;
while(inputfile.get(ch))
outfile.put(ch);
return 0;
}
???
Salaam hangat,
arief muLya
----------------
"There's always a light in the heart of ones who Love"
--
Utk berhenti langganan, kirim email ke [EMAIL PROTECTED]
Informasi arsip di http://www.linux.or.id/milis.php3
