pwnhegde 0 Report post Posted July 12, 2012 Hi, can any one suggest some ideas to create a web based c compiler...... plz.......... Share this post Link to post Share on other sites
yordan 10 Report post Posted July 12, 2012 What do you mean a "web based" c compiler?Do you mean that you open a web browser link on a remote system, you type your c source inside the window and you compile it ? And it generates the binary file for your computer, or for your smartphone, or your car or your washing machine? Share this post Link to post Share on other sites
Quatrux 4 Report post Posted July 14, 2012 So if I submit my source files to a server from a web browser, a web based compiler could give me an exe file? Doesn't seem to be very safe and it would be hard to debug, but maybe it's possible, but what's the point? Share this post Link to post Share on other sites
yordan 10 Report post Posted July 14, 2012 And it has to be a cross-platform compiler, it has to work for intel or amd platforms, if intended for PC, which is also a very complicated thing. And, of course, ne debug mode would be possible, because you cannot execute it on the remote system, and you don't have the debugger on the final system. Share this post Link to post Share on other sites