Is there any online site from where i can edit and compile my C/C++ programs remotely from a location where i d'nt have access to install Softwares.
Thanks in advance.
|
Newbie Member
|
|
| 6Oct2009,12:53 | #1 |
|
A.o.a
Is there any online site from where i can edit and compile my C/C++ programs remotely from a location where i d'nt have access to install Softwares. Thanks in advance.
|
|
~ Б0ЯИ Τ0 С0δЭ ~
|
![]() |
| 6Oct2009,13:12 | #2 |
|
Check these ::
(1) http://www.comeaucomputing.com/tryitout/ (2) http://www.delorie.com/djgpp/compile/
|
|
Newbie Member
|
|
| 6Oct2009,15:01 | #3 |
|
I tried the first site,My test code compiled but i am unable to get the results as an output for my code.The message received is as follows. In strict mode, with -tused, Compile succeeded (but remember, the Comeau online compiler does not link).Compiled with C++0x extensions enabled. Your Comeau C/C++ test results are as follows: Comeau C/C++ 4.3.10.1 (Oct 6 2008 11:28:09) for ONLINE_EVALUATION_BETA2 Copyright 1988-2008 Comeau Computing. All rights reserved. MODE:strict errors C++ C++0x_extensions Kindly help me to check the results of my code too?
|
|
Mentor
|
![]() |
| 6Oct2009,16:45 | #4 |
|
I would have thought the best bet for compiling software where you can't install anything is to check if your compiler can be run from a memory stick or external hard drive.
|
|
Newbie Member
|
|
| 12Oct2009,15:10 | #5 |
|
After long search finally i got a site where i can execute my code and obtain the output.
For your information i am sharing it.Its codepad.org I think this time i deserve Thanks to myself because i post a reply and solved it my self. Thanks for all those who replied.Regards
SaswatPadhi
like this
|
|
Go4Expert Founder
|
![]() |
| 12Oct2009,17:35 | #6 |
|
Really nice one and some reputation your way
|