kod:
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
int main(int argc, _TCHAR* argv[])
{
ifstream F("dane.dem");
string wers;
ofstream G("dane.txt");
while(getline(F, wers)){
G<<wers<<endl;
}
system("pause");
return 0;
}
i plik który chce wczytać
dane.zip 23,87 KB 121 Ilość pobrań

Dodatki SourceMod



Temat jest zamknięty










