This is my code:
#include #include using namespace std; int main() { ifstream ifile (\"input.dat\", ios::in); ofstre
Replace std::endl with "\r\n" to get CRLF instead of just LF.
std::endl
"\r\n"