PC
Xbox
PlayStation
Nintendo
GRYOnline.pl:
tvgry.pl:
odp do posta nr 64:sproboj tak:
#include <fstream>
string msg;
ifstream fin("./plik");getline(fin, msg);
fin.close();