Skip to content

Instantly share code, notes, and snippets.

@Baekjoon
Created April 16, 2015 17:40
Show Gist options
  • Save Baekjoon/312ca7ffcba2fde3a316 to your computer and use it in GitHub Desktop.
Save Baekjoon/312ca7ffcba2fde3a316 to your computer and use it in GitHub Desktop.
stderr
fprintf(stderr,"This is stderr. sum = %d, budget = %d\n",sum, budget);
cerr << "This is stderr. sum = " << sum << ", budget = " << budget << endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment