ofstream

    7Ciepło

    4Odpowiedz

    Mam następujący kod, działa na Suse 10.1/G ++ 4.1.0, a nie zapisu pliku: #include <fstream> #include <iostream> int main(){ std::ofstream file("file.out"); file << "Hello world"; } Pli

    5Ciepło

    1Odpowiedz

    Mam następujący kod: struct simple { simple (int a1, int a2) : member1(a1), member2(a2) {} int member1; int member2; }; std::ofstream &operator << (std::ofstream &f, const simple &o

    37Ciepło

    3Odpowiedz

    piśmie stringstream obecnie używam std::ofstream następująco: std::ofstream outFile; outFile.open(output_file); Potem próbują przekazać std::stringstream obiekt do outFile następująco: GetHolesResu