Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
Overloading is to redefine a standard operator. The example below shows how to overload operator<<.
#include <iostream> |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.