fstream.h
far cry 3 internet archive От: Аноним  
Дата: 05.09.08 06:11
Оценка:
подскажите плз где мона скачать fstream.h....а то у мя его поч нема(
Re: fstream.h
far cry 3 internet archive От: php-coder Чехия http://slava-semushin.blogspot.com
Дата: 05.09.08 06:12
Оценка:
Здравствуйте, Аноним, Вы писали:

А>подскажите плз где мона скачать fstream.h....а то у мя его поч нема(


А просто fstream пробовали?
Re: fstream.h
far cry 3 internet archive От: Bell Россия  
Дата: 05.09.08 06:17
Оценка:
Здравствуйте, Аноним, Вы писали:

А>подскажите плз где мона скачать fstream.h....а то у мя его поч нема(


Нигде — это устаревший достандартный файл. Сейчас вместо него нужно использовать fstream:
#include <fstream>


Ну и конечно не забывать о том, что сущности стандартной библиотеки лежат в пространстве имен std.
Любите книгу — источник знаний (с) М.Горький
Re[2]: fstream.h
far cry 3 internet archive От: Аноним  
Дата: 05.09.08 06:28
Оценка:
Здравствуйте, Bell, Вы писали:

B>Здравствуйте, Аноним, Вы писали:


А>>подскажите плз где мона скачать fstream.h....а то у мя его поч нема(


B>Нигде — это устаревший достандартный файл. Сейчас вместо него нужно использовать fstream:

B>
B>#include <fstream>
B>


B>Ну и конечно не забывать о том, что сущности стандартной библиотеки лежат в пространстве имен std.

но с просто fstream код кот должен работать почемуто не работает...говорит что не знает что такое ofstream
Re[3]: fstream.h
far cry 3 internet archive От: Bell Россия  
Дата: 05.09.08 06:32
Оценка:
Здравствуйте, Аноним, Вы писали:

B>>Ну и конечно не забывать о том, что сущности стандартной библиотеки лежат в пространстве имен std.

А>но с просто fstream код кот должен работать почемуто не работает...говорит что не знает что такое ofstream

Не работает, или не компилируется?
А про std не забыл?
std::ofstream f("test.txt");


Ну и диагностику компилятора в подобных ситуациях бывает полезно привести.
Любите книгу — источник знаний (с) М.Горький
Re: fstream.h
far cry 3 internet archive От: Аноним  
Дата: 05.09.08 06:34
Оценка:
вот в этой строчке
ofstream fnews("news.html",ios::out|ios::binary);
следующие ошибки
Error 1 error C2065: 'ofstream' : undeclared identifier c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 2 error C2146: syntax error : missing ';' before identifier 'fnews' c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 3 error C2653: 'ios' : is not a class or namespace name c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 4 error C2065: 'out' : undeclared identifier c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 5 error C2653: 'ios' : is not a class or namespace name c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 6 error C2065: 'binary' : undeclared identifier c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173
Error 7 error C3861: 'fnews': identifier not found c:\distrib\src\localspy\hook_man\hook_mandlg.cpp 173

как их исправить?
Re[2]: fstream.h
far cry 3 internet archive От: Sanik Россия http://sergeysthoughts.blogspot.com/
Дата: 05.09.08 06:43
Оценка:

Far Cry 3 Internet Archive May 2026

The search for often stems from a mix of gaming nostalgia, a desire for digital preservation, and a search for specific lost media or technical workarounds . While Far Cry 3 remains widely available on modern storefronts like Steam and Ubisoft , the Internet Archive has become a hub for unique versions and community-created resources that aren't found in standard retail packages. Preserving "Lost" Content and Prototypes

The Internet Archive also hosts vast collections of media that once lived on now-defunct or rebranded sites:

Interestingly, one of the most popular searches for "Far Cry 3" and "Internet" refers to a specific . The "Say Hi to the Internet" achievement requires players to find a buried head on a beach—the character of Christopher Mintz-Plasse from the promotional The Far Cry Experience web series. Many players use the internet—and specifically archival videos—to find the exact coordinates ( ) for this hidden secret. Far Cry 3 - Say Hi to the Internet Guide far cry 3 internet archive

: Enthusiasts have uploaded early October 2011 prototypes of the game. These builds offer a glimpse into the development process, showcasing unfinished mechanics or map designs that never made it into the final 2012 release.

: High-quality video guides from groups like Achievement Hunter are preserved here, helping players unlock notoriously difficult trophies like the "Say Hi to the Internet" achievement. The search for often stems from a mix

: Archival copies of the E3 2012 demo and press builds allow researchers and fans to see how the game was marketed versus how it eventually performed. Community Resources and Guides

The most notable presence of Far Cry 3 on the Internet Archive is not the retail game itself, but rare development artifacts. The "Say Hi to the Internet" achievement requires

: Because Far Cry 3 can struggle on modern systems (often due to farcry3_d3d11.exe errors), users often turn to archives for older patches or community-made configuration files that restore functionality lost when Ubisoft closed certain multiplayer or co-op servers. The "Say Hi to the Internet" Connection

Re[3]: fstream.h
far cry 3 internet archive От: VoidEx  
Дата: 06.09.08 08:07
Оценка:
Здравствуйте, Sanik, Вы писали:

S>std::ofstream fnews("news.html", std::ios::out | std::ios::binary);


Тут тоже не забудьте.
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.