Skip to content

Instantly share code, notes, and snippets.

@kasramp

kasramp/test.cpp Secret

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