Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) Instance

 

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()
{
  int x = 0;
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict