Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

фигуры #94

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

фигуры #94

wants to merge 15 commits into from

Conversation

svvan45
Copy link

@svvan45 svvan45 commented Dec 21, 2020

No description provided.

@@ -0,0 +1,42 @@
#include <iostream>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Во-первых, добавляйте файлы на свою ветку.

Во-вторых, большинство программ я у Вас проверила и написала несколько комментариев, если что-то не отобразилось, то перейдите на вкладку Pull request -> Closed и отфильтруйте все запросы по автору svvan45

В-третьих, проверила Вашу работу по отрисовке фигур. Вы над заданием не видели магический заголовок ООП? Он означает, что при выполнении задания нужно применить принципы ООП.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Да, классы. Возможно, есть смысл создать абстрактный класс.

@svvan45
Copy link
Author

svvan45 commented Dec 21, 2020 via email

@@ -0,0 +1,56 @@
class Car:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ок

@@ -0,0 +1,167 @@
#include <iostream>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему не переделали?


void set_st(){
cout << "Write: FIO, KURS, GROUP, AGE:" << endl;
getline(cin, fio);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

И здесь, я же Вам писала, как исправить ситуацию.

"Это все из-за смешанного ввода: символы, числа. В потоке может остаться символ переноса строки, поэтому нужно добавить cin.ignore();
с помощью него будет игнорироваться попадание в строку символа клавиши Enter"

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Посмотрите комментарии к предыдущему запросу.

@svvan45
Copy link
Author

svvan45 commented Dec 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants