PIbd-22 Puchkina A.A. LabWork_06 #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_06"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -81,0 +117,4 @@
{
return false;
}
using FileStream fs = new(filename, FileMode.Create);
Запись следловало делать через StreamWriter
@ -81,0 +135,4 @@
return false;
}
string bufferTextFromFile = "";
using (FileStream fs = new(filename, FileMode.Open))
Требовалось реализовать построчное чтение с обработкой из файла
Pull request closed