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

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


А просто fstream пробовали?
Re: fstream.h
mag 322 latest firmware exclusive От: Bell Россия  
Дата: 05.09.08 06:17
Оценка:
Здравствуйте, Аноним, Вы писали:

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


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


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

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


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


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

B>
B>#include <fstream>
B>


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

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

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

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

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


Ну и диагностику компилятора в подобных ситуациях бывает полезно привести.
Любите книгу — источник знаний (с) М.Горький
Re: fstream.h
mag 322 latest firmware exclusive От: Аноним  
Дата: 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
mag 322 latest firmware exclusive От: Sanik Россия http://sergeysthoughts.blogspot.com/
Дата: 05.09.08 06:43
Оценка:

Mag 322 Latest Firmware Exclusive ⇒ «Confirmed»

Ensure the STB is properly connected to the internet, as firmware verification requires a stable connection. 5. Conclusion

This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.

If your MAG 322 is stuck on a boot loop or a "Wrong Image" screen, you must flash it from the hardware BIOS menu. Power off the MAG 322 by pulling the power plug.

The network stack has been rewritten to handle unstable internet connections better. The device now allocates RAM more intelligently to pre-buffer streams, drastically reducing the dreaded "Loading" screen. 2. Improved Portal Compatibility

If a previous IPTV provider locked your box with custom middleware, updating via HTTP might be blocked. A USB flash allows you to override custom provider locks and return to the factory image. mag 322 latest firmware exclusive

Is your box currently (boot loop)?

General firmware releases are widely available on Infomir’s public servers. However, an exclusive firmware build often refers to a specialized version pushed by specific middleware providers, closed beta test groups, or regional distributors. These versions frequently contain proprietary patches that the standard public release does not include.

This exclusive guide shows you how to upgrade your MAG 322 safely. 🚀 Why You Need the Latest Firmware

We tested the against the stock v2.20.07 on identical hardware with a 150 Mbps internet connection. Ensure the STB is properly connected to the

: Removing provider-locked portals to use any IPTV service. Custom UI : Changing the look and feel of the inner portal.

Quick reference: safe upgrade checklist (3 items)

Release the button when the blue BIOS/Bootloader screen appears. Navigate to > USB Bootstrap .

: Stops random freezing and system crashes. This link or copies made by others cannot be deleted

: Resolved UDP stream audio glitches and improved display of SRT subtitles.

Some of the key features of the MAG 322 latest firmware exclusive include:

Operating systems for Linux-based set-top boxes require regular updates to keep up with changing streaming protocols. Updating your MAG 322 provides several immediate benefits:

Boot the box into the and go to Settings > Software Update . Select Update Method > USB .

Re[3]: fstream.h
mag 322 latest firmware exclusive От: VoidEx  
Дата: 06.09.08 08:07
Оценка:
Здравствуйте, Sanik, Вы писали:

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


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