MaxMartST / OOP

Курс по объектно ориентированному программированию
1 stars 0 forks source link

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

Open alexey-malov opened 4 years ago

alexey-malov commented 4 years ago

https://github.com/MaxMartST/OOP/blob/aa2fdae9e97d17df89ff5fedb9413d59aa6c79c0/Lw%202/vector_task_6/FunctionsOfVector.cpp#L3-L28

alexey-malov commented 4 years ago

https://github.com/MaxMartST/OOP/blob/aa2fdae9e97d17df89ff5fedb9413d59aa6c79c0/Lw%202/vector_task_6/FunctionsOfVector.cpp#L12

alexey-malov commented 4 years ago
- ProcessVector function
  - does not change empty vector
  - multiplies each element of non empty vector by maximum element and divides by minimum element
  - multiplies each element of non empty vector by maxiumum element if minimum is zero