I downloaded tiny c and digital mars compilers,
copied them into the codeblocks root directory (the same directory where mingw is installed by default), and switched the compiler to first tiny c then digital mars, but won't compile. What do I need to do?
ok i got it to work with the martian compiler. but now it says unable to open iostream, so i made the necessary edit and now it reads iostream just fine, but it can't open iomanip and same with string, now it says undefined identifier std, and lastly even though i got it to work with string.h it says undefined identifer when i try to declare a string.
The file named string.h does not contain the class string. It is a C header, containing many functions for dealing with char arrays. You want the file named string.
The pattern here is that C++ standard headers do not end .h