Sep 5, 2003 #1 gusset Technical User Joined Mar 19, 2002 Messages 251 Location GB here's a starter for ten (101 test question for americans) i am just starting to learn C++. some books tell me to output a stream to the console using printf and others say cout. is one superceded by the other? gusset
here's a starter for ten (101 test question for americans) i am just starting to learn C++. some books tell me to output a stream to the console using printf and others say cout. is one superceded by the other? gusset
Sep 5, 2003 1 #2 Salem Programmer Joined Apr 29, 2003 Messages 2,455 Location GB printf can be used in either C or C++ programs cout is C++ only Upvote 0 Downvote
Sep 5, 2003 Thread starter #3 gusset Technical User Joined Mar 19, 2002 Messages 251 Location GB thanks! Upvote 0 Downvote