GCC Compiler
like this one <a href="https://www.ideone.com" target="_blank" rel="nofollow noopener noreferrer">Online Compiler and IDE >> C/C++, Java, PHP, Python, Perl and 70+ other compilers and interpreters - Ideone.com</a>
any suggestions?
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
@prototype-G9Gn5k • Aug 7, 2012
@rushi-suthar-LeCmjg • Aug 16, 2012
@thebigk • Aug 16, 2012
VPS is a virtual private server - basically a 'virtual computer' created on top of a physical computer by using virtualisation software. That helps more control over the machines and the environment and also allow for quicker provisioning.Rushi Sutharcan you tell me more about the topic as i am unaware of the term VPS
Isn't it the JavaScript that handles most of the stuff on client's machine? I'm not aware of how those online compilers work.[Prototype]You'll need a VPS for that. You can then run commands via PHP/Python/Perl or anything else.
@abhishek-fg9tRh • Aug 16, 2012
CGI script can be created on server side which requires "sandbox".Rushi SutharI want to compile programs on my website using GCC compiler
like this one <a href="https://www.ideone.com" target="_blank" rel="nofollow noopener noreferrer">Online Compiler and IDE >> C/C++, Java, PHP, Python, Perl and 70+ other compilers and interpreters - Ideone.com</a>
any suggestions?
@prototype-G9Gn5k • Aug 16, 2012
You answered it! Javascript does the stuffs on client machine. If you want to compile a program, then you would need the compiler on the clients machine. Hence, this work has to be done server side to make it independent.The_Big_KVPS is a virtual private server - basically a 'virtual computer' created on top of a physical computer by using virtualisation software. That helps more control over the machines and the environment and also allow for quicker provisioning.
Isn't it the JavaScript that handles most of the stuff on client's machine? I'm not aware of how those online compilers work.