For std::stream / ostream / istream / ...: What is the difference between using operators << and >> or using write() and read() methods ?
I suppose for binary writing/reading you should use write/read, but Is there any difference for text/ASCII ?