Hi, when I write, file linked to out fstream, at the end, contain some caracters, that there aren't in the input file...... how avoid that caracters?Qt Code:
memblock = new char [size]; ifile.seekg (0, ios::beg); ifile.read (memblock, size); out.write (memblock, size);To copy to clipboard, switch view to plain text mode
thanks
Bookmarks