Created
April 16, 2015 17:40
-
-
Save Baekjoon/312ca7ffcba2fde3a316 to your computer and use it in GitHub Desktop.
stderr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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