Skip to content

Instantly share code, notes, and snippets.

@fortheday
Last active May 6, 2018 05:34
Show Gist options
  • Save fortheday/4d5081179ff714994b5f38e0dfee3937 to your computer and use it in GitHub Desktop.
Save fortheday/4d5081179ff714994b5f38e0dfee3937 to your computer and use it in GitHub Desktop.
int i(int()); // int i( int a ) 함수선언으로 인식.
i = 2; // COMPILE ERR, int 변수가 아니라서 대입불가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment