Created
January 28, 2018 15:02
-
-
Save fortheday/6b2fa7303feb205df08e7219de007571 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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