Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
The return type of a function denotes the data type it returns.
For example, the function below, ToInt, returns an int, so its return type is int.
#include <string> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.