Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Hello.cpp... FAILED! C++help needed
Name: Tweet;e Date: October 27, 2002 at 09:59:34 Pacific OS: Windows 98SE CPU/Ram: 733mhz, 200ram.
Comment:
Ok.. Well i did that first program..(you know, the first exe you make when learning c++) and it wont compile. Im using Borland c++ Builder 6 (like my book suggests) and whenever i try to run it, it says 'cannot find file iostream.h' (which is included in the source code) and it says 'Undefined Symbol Cout' but all the source codes in my book use the word Cout. WHAT SHOULD I DO??!
Name: Don Arnett Date: October 27, 2002 at 10:31:41 Pacific
Reply:
Not finding 'iostream.h' is causing the 'cout' problem.
I don't use Builder, so I can't help much there, but it sounds like somethings not set up right. There should be a default include path defined and iostream.h should be in that default path.
Are you sure that your book uses iostream.h and not just 'iostream'. I've seen that before.
0
Response Number 2
Name: Tweetle Date: October 27, 2002 at 13:25:00 Pacific
Reply:
absoultly positive. What do you use? I dont mind using another compiler. Just as long as it works.
0
Response Number 3
Name: Trip Date: October 27, 2002 at 15:12:04 Pacific
Reply:
You are including iostream in right? You don't need the .h in the include, some compilers throw an error if you do.
Also its cout not Cout, its case sensitive, make sure you've got your case right.
Summary: i need to write a report on what this code does. this code is the client code and the coe at the bottom is the server code. networing isint one of my strongest subjects so would appreciate any help on...
Summary: ****HELP NEEDED***** I need to find out why dialog boxes (GUIs) written in pascal for windows 3.1. sizes change when translated to C++ for windows 2000. The translation was via port tool. Yax ...
Summary: Hi, I am studying C++ atm but I'm a tad stuck on a problem I have: I am doing a project which requires me to take a strings of varying length from a text file, cut them up and perform various validati...