Skip to content

Instantly share code, notes, and snippets.

@fortheday
Created January 28, 2018 15:02
Show Gist options
  • Save fortheday/6b2fa7303feb205df08e7219de007571 to your computer and use it in GitHub Desktop.
Save fortheday/6b2fa7303feb205df08e7219de007571 to your computer and use it in GitHub Desktop.
class CCar
{
class CWheel *pWheels[4]; // inline forward declaration
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment