Advertisement

can't get C++ in Rhide

Started by December 17, 2000 11:15 AM
0 comments, last by CiscoKid5447 24 years, 1 month ago
hello all, I just installed Rhide on my computer yesterday and alittle confused on how to use it , anyway it works fine whenever I try to compile using the C includes -studio.h, but when I try to include iostream.h it gives me a slew of errors(not in my code but the header itself). Whats going on?
Well, Rhide is an IDE, not a compiler, so which compiler are you using (probably DJGPP)? What errors are you getting?

The first check would be to make sure you''re file ends with a .cpp extension, instead of just .c, that can make a difference with some (most) compilers.

This topic is closed to new replies.

Advertisement