logo

Crowdly

Browser

Add to Chrome

в якому режимі буде відкрито файл в наведеному коді? void print(QIODevice *pdev...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

в якому режимі буде відкрито файл в наведеному коді?

void print(QIODevice *pdev)

{

char ch;

QString str;

pdev->open(QIODevice::ReadOnly);

for (; !pdev->atEnd();)

{

pdev->getChar(&ch);

str += ch;

}

pdev->close();

qDebug() << str;

}

100%
0%
0%
0%
More questions like this

Want instant access to all verified answers on eguru1.tk.te.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome