Код: Выделить всё
#include
#include
wstring readFile(const char* filename)
{
wifstream wif(filename);
wstringstream wss;
wss
Подробнее здесь: [url]https://stackoverflow.com/questions/78715563/how-can-i-read-files-into-wstring[/url]Код: Выделить всё
#include
#include
wstring readFile(const char* filename)
{
wifstream wif(filename);
wstringstream wss;
wss
Подробнее здесь: [url]https://stackoverflow.com/questions/78715563/how-can-i-read-files-into-wstring[/url]