I didn't see any reference to this question when searching throught the messages. Does anyone recommmend a specific compiler for use with vista? I have tried Dev C++ and I can't seem to get it to work. I also tried Visual C++. It seems to work, but I can't find the method for running the program. (I am still working on that one.) I just need a simple compiler. I haven't found a borland one that will work yet.
Also thanks for the help with the Magic C compiler, however it only works on my win98 machine. I did get Hello world to run successfully. I had to change #include <iostream> to <sdtio>, cout would not work, but printf did work. I also noticed in the final program I had to have the printf statement enclosed in parenthesis before it worked. How do you tell which constructs to use on each different compiler?
