View previous topic - View next topic |
Author |
Message |
Y treefingers Y I wanna be a ballerina!
Joined: 21 Apr 2003 Posts: 29
|
Posted: Wed Jul 02, 2003 3:57 pm Post subject: Whats up w/my Iostream.h ? |
[quote] |
|
everytime i try to make a C++ DOS program just to mess around, i get 31 errors. is this because of Dev C++, im directing my includes in 2 different folders? i havent programmed in a while because of a windows problem im having (look at the other topic i started here...called Dev C++ if you wanted to see).
|
|
Back to top |
|
|
Rainer Deyke Demon Hunter
Joined: 05 Jun 2002 Posts: 672
|
Posted: Wed Jul 02, 2003 4:19 pm Post subject: |
[quote] |
|
AFAIK MinGW does not generate DOS executables - what compiler/settings are you using? (Note that Dev-C++ is just an IDE and not a compiler. Note that there is a difference between Windows programs that run at the command line (aka "DOS prompt") and true DOS programs.)
The standard C++ header for iostreams is called , not . However, if you are using an old DOS compiler, then it seems more likely that your compiler/library does not support the latest C++ features that you are using.
|
|
Back to top |
|
|