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

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


А просто fstream пробовали?
Re: fstream.h
how to convert pkg to iso От: Bell Россия  
Дата: 05.09.08 06:17
Оценка:
Здравствуйте, Аноним, Вы писали:

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


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


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

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


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


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

B>
B>#include <fstream>
B>


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

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

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

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

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


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

How To Convert Pkg To Iso Jun 2026

Look at your extracted folder. It should contain folders like TROPDIR , USRDIR , and files like PARAM.SFO and ICON0.PNG .

hdiutil attach /tmp/macOSInstaller.dmg -noverify -mountpoint /Volumes/macOS_Base Use code with caution.

Note: If you are converting a PS3 game, ensure the root of your target folder mimics a retail disc layout. A retail disc structure always expects a PS3_GAME directory at its root, containing the USRDIR folder. Step 3: Convert the Folder Structure to ISO

ISO files are frequently larger than 4GB. If your external drive or USB stick uses the FAT32 file system, the conversion or transfer will fail. Format your target drive to NTFS or exFAT to support large ISO files. how to convert pkg to iso

Once you have a game folder (containing PS3_GAME and PS3_DISC.SFB ), use a tool like or PS3isotools .

Standard, universal Windows disc imaging software. Step 1: Unpacking the PS4 PKG Download and run the PS4 PKG Tool UI.

ISO files can be stored and run directly from an external hard drive, whereas PKG files must be installed to the console’s internal hard drive, which often has limited space. Look at your extracted folder

Locate the .rap file corresponding to your exact game title ID.

The PlayStation 4 scene handles PKG files slightly differently. Retail PS4 games are strictly distributed as PKGs, and "fake PKGs" (fPKGs) are used on jailbroken consoles.

Before we click any buttons, it’s important to understand what these files actually are. Note: If you are converting a PS3 game,

A PKG file is a compressed package used primarily by Apple’s macOS and Sony’s PlayStation systems to install software. While great for installation, they aren't always compatible with virtual drives or emulators that require a standard disk image. Method 1: Using AnyToISO (Windows & Mac)

If you don't want to install any software on your computer, you can use an online conversion service like Convertio.

Re[3]: fstream.h
how to convert pkg to iso От: VoidEx  
Дата: 06.09.08 08:07
Оценка:
Здравствуйте, Sanik, Вы писали:

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


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