KernelMrex / oop_labs

Лабораторные работы по ООП
0 stars 0 forks source link

Замечания по программе Labyrinth #5

Open alexey-malov opened 4 years ago

alexey-malov commented 4 years ago

https://github.com/KernelMrex/oop_labs/blob/d90bd79fcf5888ea9eccf70b4b56df96d9cf4a7c/lab1_labyrinth/main.cpp#L8-L17

constexpr int LABYRINTH_CELL_NOT_DEFINED = -3;
alexey-malov commented 4 years ago

https://github.com/KernelMrex/oop_labs/blob/d90bd79fcf5888ea9eccf70b4b56df96d9cf4a7c/lab1_labyrinth/main.cpp#L24

alexey-malov commented 4 years ago

https://github.com/KernelMrex/oop_labs/blob/d90bd79fcf5888ea9eccf70b4b56df96d9cf4a7c/lab1_labyrinth/main.cpp#L26-L29

alexey-malov commented 4 years ago

https://github.com/KernelMrex/oop_labs/blob/d90bd79fcf5888ea9eccf70b4b56df96d9cf4a7c/lab1_labyrinth/main.cpp#L240-L251

alexey-malov commented 4 years ago

https://github.com/KernelMrex/oop_labs/blob/a56d2df4c1b1d6c4f7c849b02f2c3caca4d38f38/lab1_labyrinth/main.cpp#L28-L32

alexey-malov commented 4 years ago