Skip to content

Instantly share code, notes, and snippets.

@Frodox
Created January 28, 2014 10:20
Show Gist options
  • Save Frodox/8665173 to your computer and use it in GitHub Desktop.
Save Frodox/8665173 to your computer and use it in GitHub Desktop.
compiler's funs
#include <stdio.h>
int main()
{
int is_cpp = -1 + 2//**/2
;
if (is_cpp)
printf ("C++\n");
else
printf ("C\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment