I would like to make a simple kind of IDE for c++ is there any compilers that I could feed code without having the user open them? Like hit F5 and the Blitz+ IDE would do the rest kind of deal.
Make Simple IDE for C++
BlitzPlus Forums/BlitzPlus Programming/Make Simple IDE for C++ You could try MinGW and execute it via the commandline. I haven't used blitzplus in a while so I don't know how to do this exactly, but I know its possible. Also, if you want the user to have an easy time, you'd best include the MinGW programs with your IDE.