Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
I think you misunderstood const in function params; just means you can''t reassign in the body of the function, but when invoking the function you can perfectly use non-const values (at least in C++17).
maybe the explanation is not clear enough, but you are right
I think you misunderstood const in function params; just means you can''t reassign in the body of the function, but when invoking the function you can perfectly use non-const values (at least in C++17).
maybe the explanation is not clear enough, but you are right