|
From: Per W. <pw...@ia...> - 2009-09-19 08:46:05
|
Have you remembered that C++ have added namespaces? Did you write std::cout and std::endl or try the "using" keyword? /pwm On Fri, 18 Sep 2009 mph...@ya... wrote: > Hey guys I'm new to c++ and when I tried to write my program, I get the errors that cout and endl are undeclared(use this function first) any suggestions? > Sent from my BlackBerry Smartphone provided by Alltel > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |