Go back to Richel Bilderbeek's homepage.

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

 

 

 

 

 

(C++) jokes

 

My own C++ jokes.

 

 

 

 

 

C++11 C++11 auto joke

 

struct MyClass {};

int main()
{
  const auto * const auto_ptr = new MyClass;
  //No need to delete an auto_ptr [1]
}

 

[1] But you can check that the destructor of MyClass is never called...

 

 

 

 

 

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

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict