View Single Post
  #2 (permalink)  
Old 08-10-2007, 01:02 PM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,118
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
Code Update

I just updated my code, leaving one error.

I added,

Code:
#include <string>
and here's one error:
error C2065: 'cout' : undeclared identifier

Code:
1>------ Build started: Project: Carps, Configuration: Debug Win32 ------ 1>Compiling... 1>Carps.cpp 1>c:\documents and settings\lltl16\my documents\visual studio 2005\projects\carps\carps\carps.cpp(13) : error C2065: 'cout' : undeclared identifier 1>Build log was saved at "file://c:\Documents and Settings\lltl16\My Documents\Visual Studio 2005\Projects\Carps\Carps\Debug\BuildLog.htm" 1>Carps - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

__________________
PHP Code:
System.out.println("Hello World!"); 

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!

Last edited by HelloWorld : 08-10-2007 at 01:12 PM.
Reply With Quote