Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.cpp Secret

Created August 1, 2020 23:11
Show Gist options
  • Save kasramp/b25dff7c612322aa493d036acf5cf12c to your computer and use it in GitHub Desktop.
Save kasramp/b25dff7c612322aa493d036acf5cf12c to your computer and use it in GitHub Desktop.
class Test {
protected:
private:
public:
static int x;
};
Test::x = 10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment