Hey.
Well, recently, I've been wanting a web-based compiler so I can compile at the library and not take up space on my USB, Anyway, I've google it, and found some of them. None of them have worked well, though.
Anyone know anthing about a web-based C++ Compiler? Maybe we could make one as a *.cgi for this site.
Because, I use Visual C++, and I can't get it on my USB without it somehow screwing up. So, instead, I'm looking for someway I can compile on the go, especially if I get a new computer or a laptop and need to install a compiler on my dial-up connection.
If you just want to compile, MinGW alone is more than enough. Dev-C++ or Code::Blocks have everything an IDE needs.
Really. I don't think it's such a good idea to depend on a remote service.
The problem is, again, I use Visual C++. Dev-C++ can't do things that Visual C++ can(trust me, I've tried), that's why I need a way to compile online or get Visual C++ on my USB, which is next to impossible without it screwing up.
I've done DirectX 9 development on Dev-C++ with no problems at all. So I don't see what the problem is.
Apart from that, you'd have to build a web front end that had a compiler backend. That compiler backend would then need to have all of the libraries you wanted to compile against installed, and be on the same OS as what you are compiling for.
So according to what YOU have said. It'd have to be
- Visual C++ back-end
- CGI front-end
- with DirectX libraries
IMO. Just get a copy of Dev-C++ and install the DirectX SDK.
As they say, a good tradesman never blames his tools.