Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як відкрити файл у двійковому режимі?
ifstream file("data", binary);
binary.open("data.txt");
open_binary("data");
file.open("data.txt", file::binary);
ifstream file("data.txt", ios::binary);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!