Skip to content

Instantly share code, notes, and snippets.

@nm17
Created January 21, 2017 19:35
Show Gist options
  • Save nm17/dd62f0c4aa66a20fa307e62c0baf47df to your computer and use it in GitHub Desktop.
Save nm17/dd62f0c4aa66a20fa307e62c0baf47df to your computer and use it in GitHub Desktop.
class example {
public:
example(char text[]) {
if (text == "text1") {
// Do something
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment