filmov
tv
C++ Function Example: Default value parameters
Показать описание
Shows how to write a function in C++ that calculates the velocity reached when an object falls from a certain height. The function has a default value set for gravity and the video shows how to either use that default value or override it and set your own value.