Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
When you construct a variable of a certain data type, you are creating an instance of that data type.
In the code below an int called 'x' is instanciated .
int main() |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.