Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: c compiler's prob.!!

  1. #1

    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??

  2. #2
    Senior Member tampabay420's Avatar
    Join Date
    Aug 2002
    Posts
    953
    post an example code snippet... please... maybe you could also post the errors (exactly in quotes)
    yeah, I\'m gonna need that by friday...

  3. #3
    Senior Member
    Join Date
    Nov 2001
    Posts
    4,785
    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
    Bukhari:V3B48N826 “The Prophet said, ‘Isn’t the witness of a woman equal to half of that of a man?’ The women said, ‘Yes.’ He said, ‘This is because of the deficiency of a woman’s mind.’”

  4. #4
    Senior Member tampabay420's Avatar
    Join Date
    Aug 2002
    Posts
    953
    tedob1 is way right- please (for the love of GNU) download use GCC...
    GNU is the way to go... gcc is gnu
    yeah, I\'m gonna need that by friday...

  5. #5
    would u give me a link to download gcc?

  6. #6
    Senior Member tampabay420's Avatar
    Join Date
    Aug 2002
    Posts
    953
    yeah, I\'m gonna need that by friday...

  7. #7
    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

  8. #8
    Senior Member tampabay420's Avatar
    Join Date
    Aug 2002
    Posts
    953
    http://sources.redhat.com/cygwin/
    this should help, sorry about the other post... (i always mix them up )
    yeah, I\'m gonna need that by friday...

  9. #9
    Hei guest check your directory ok maybe something wrong there :_

  10. #10
    u should post the error along with code snippet.....i suppose the path to include directories in ur turbo c++ environment is set wrongly...........

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •