|
From: <cg...@wo...> - 2003-04-22 10:23:29
|
#include <iostream> (for C++ I/O) #include <stdio.h> (for C I/O) Errata in the answer I cite below: std::cout << std::endl TWO COLONS, not one. David Matthews wrote: >Without specific errors there's not much to go on, but do you have using >namespace std; in your code? If you aren't specifically using >std:cout<<std:endl; then that would cause problems. > >At 05:20 PM 21/04/2003 -0400, Scott Simontis SIMONTIS wrote: > > >>Okay. I have dev c++ 4.9.8.0 When I use cout<<, I get errors. When I >>use printf, everything is ok. What is wrong? Is it optimized for C >>only? How can I get it back to C++? >>Thanks in Advance, >>Scott >> >> >> >>------------------------------------------------------- >>This sf.net email is sponsored by:ThinkGeek >>Welcome to geek heaven. >>http://thinkgeek.com/sf >>_______________________________________________ >>Dev-cpp-users mailing list >>Dev...@li... >>TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm >>https://lists.sourceforge.net/lists/listinfo/dev-cpp-users >> >> >> > > >------------------------------------------------------- >This sf.net email is sponsored by:ThinkGeek >Welcome to geek heaven. >http://thinkgeek.com/sf >_______________________________________________ >Dev-cpp-users mailing list >Dev...@li... >TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm >https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > |