-
c compiler's prob.!!
c++ compliers r driving me crazy
now i will talk about turbo c++ coz
everytime i try to compile a simple program that starts with the iostream.h
it comes out saying there's an error
i checked the include directory i didnt find the iostream.h header
so what can i do?
even miracle c gives out the same prob about cout!!!
is there any way to get over this?? :confused:
-
post an example code snippet... please... maybe you could also post the errors (exactly in quotes)
-
miracle c as the name implies is a C compiler and dosnt understand c++ output commands for c use fprint. ive never user turboC but see what it says in the docu. maybe the header should be io.h or something other i dont know.
why dont you just spend the time and download GCC
-
tedob1 is way right- please (for the love of GNU) download use GCC...
GNU is the way to go... gcc is gnu :D
-
would u give me a link to download gcc?
-
-
tampabay
ur link is for grace community church!!!!!!!!!!
i think it's not related to c++
unless u read it ++ :)
i see that u edit the link
thank u mates for helping me
:)
-
http://sources.redhat.com/cygwin/
this should help, sorry about the other post... (i always mix them up ;))
-
Hei guest check your directory ok maybe something wrong there :_
-
u should post the error along with code snippet.....i suppose the path to include directories in ur turbo c++ environment is set wrongly...........
-
turbo c++ is crappy. try #include<iostream> or #include<iostream.hxx> or something.