Skip to content

Instantly share code, notes, and snippets.

@dvt32
Last active November 26, 2016 17:14
Show Gist options
  • Save dvt32/115019028298477774d297928f7247a6 to your computer and use it in GitHub Desktop.
Save dvt32/115019028298477774d297928f7247a6 to your computer and use it in GitHub Desktop.
CODETIPS #5 - Example 1
void someFunction() {
int myVar = 4;
}
void anotherFunction() {
int myVar = 5;
std::cout << myVar << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment