PIbd-22 Puchkina A.A. LabWork_06 #6

Closed
a.puchkina wants to merge 2 commits from LabWork_06 into LabWork_5
Owner
No description provided.
a.puchkina added 2 commits 2023-11-22 12:48:51 +04:00
eegov approved these changes 2023-11-25 18:26:43 +04:00
eegov left a comment
Collaborator

Зачтено с понижением балла(ов)

Зачтено с понижением балла(ов)
@ -81,0 +117,4 @@
{
return false;
}
using FileStream fs = new(filename, FileMode.Create);
Collaborator

Запись следловало делать через StreamWriter

Запись следловало делать через StreamWriter
@ -81,0 +135,4 @@
return false;
}
string bufferTextFromFile = "";
using (FileStream fs = new(filename, FileMode.Open))
Collaborator

Требовалось реализовать построчное чтение с обработкой из файла

Требовалось реализовать построчное чтение с обработкой из файла
eegov closed this pull request 2023-11-25 18:26:48 +04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: a.puchkina/PIbd-22_Puchkina_A.A_AirplaneWithRadar._BASE#6
No description provided.