Код: Выделить всё
#include
#include
#include
#include
#include
#include
#include
namespace fs = std::filesystem;
//1
std::string formatFileSize(uintmax_t size) {
std::ostringstream oss;
if (size >= 1024 * 1024 * 1024) {
oss
Подробнее здесь: [url]https://stackoverflow.com/questions/79303844/says-cannot-specify-system-specification-i-tried-driver-size[/url]
Мобильная версия