" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.
#include <iostream>
#include <fstream>
using namespace std;
int main()
{
string bufor;
fstream file;
file.open("file.txt", ios::out);
getline( cin, bufor );
file.write( & bufor[ 0 ], bufor.length() );
file.close();
}
Ps, jeśli takie zadanie są w liceum/technikum to ja się chyba wole dokształacać w domu. :P