can't get C++ in Rhide
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.
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement