
-----------------------------------
Prince
Tue Jun 10, 2003 10:33 pm

stupid error
-----------------------------------
im gettin an error that says that its unable to run the program cus theres sumthin wrong wit line 2 (right after #include [iostream.h]) and theres nuthin on that line :?... could it b the compiler (im usin Dev-C++) or is it sumthin else... or mayb my comp is jus bein gay

EDIT: omg i jus looked and i see no iostream.h file (theres an io.h, but thats not the same thing is it)... can sumone send this to me plz or tell me y Dev-C++ is bein so gay to me

EDIT 2: ok i found the iostream.h file but i still dont get this error... plz sumone explain

-----------------------------------
Tony
Tue Jun 10, 2003 10:48 pm


-----------------------------------
suppost to be

#include 


you got your brackets wrong  :wink: [/code]

-----------------------------------
Homer_simpson
Tue Jun 10, 2003 10:55 pm


-----------------------------------
what brackets?!
you have to put #include  
not #include [iostream.h]

-----------------------------------
Catalyst
Tue Jun 10, 2003 11:08 pm


-----------------------------------
dont use (iostream.h)
this is the old and antiquated header

just use

(iostream)

note: replace the brackets with arrow brackets

-----------------------------------
Prince
Wed Jun 11, 2003 10:14 am


-----------------------------------
yes tony i kno the brackets wer wrong but if i put the arrow brackets they disappeared :?

-----------------------------------
Tony
Wed Jun 11, 2003 5:06 pm


-----------------------------------
forum treats all s as HTML tags :? thats why

-----------------------------------
Homer_simpson
Wed Jun 11, 2003 5:24 pm


-----------------------------------
there we go

#include 
