01-25-2004, 10:08 PM | #1 |
New Member
Join Date: Jul 2003
Posts: 28
|
Hello. I've been interested in learning some coding and just today bought C++ for Dummies. I only got several pages into the book when it had me do a really basic code on Devcpp. I put in cout << "Hello, this is your computer talking." << endl;
and I compiled it and it told me there was an hour in the cout, it was undescribed or something like that and in the endl. Any ideas to what is wrong? Thank you. |
01-25-2004, 10:48 PM | #2 |
Member
|
First rule of coding: a vague error description is barely any better than no description at all. Always give the exact error in question. In this case, it's probably because you didn't #include <iostream>, or didn't use 'using namespace std;', or maybe something else.
|
Thread Tools | |
Simple Coding - Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simple C++ MUD Code | Rathik | MUD Coding | 5 | 09-04-2006 04:00 AM |
A few simple questions | HJFudge | Newbie Help | 2 | 05-13-2006 05:44 PM |
Coding | macdaddy7 | MUD Coding | 2 | 08-28-2003 07:02 PM |
Coding? | Corhean | Advertising for Staff | 0 | 10-26-2002 10:27 PM |
A simple question... | WagesofSin | Newbie Help | 5 | 08-26-2002 08:39 PM |
|
|