How do I compile/run my code?
I have written my cpp file, but the toolbar portion for build is greyed out. how do I run my code?
Later this month you will be able to run you c / c++ code in the browser : )
But I wanna compile NOW! :( I'll wait I guess.
That's why lol i thought i was doing something wrong
Hi all,
When will C++ compiling become available?
NP
The whole purpose of a compiler is to COMPILE code, so you shouldn't offer C++ unless it can compile.
Easy fellas, you can still use other online compilers to test snippets of your code, but meanwhile you can write the code with compilr. It is one of the better environments I have seen online
Hey Guys. Sorry about the delay on this feature. We are rolling out a massive increase in features in the next month or so...
We evaluated removing the languages that don't support compiling at the moment, but there are a number of users who like writing code on Compilr because of the interface.
Hang tight! It will be worth the wait.
Just make the build option "work" by having it be click-able and popping up a message box explaining that this is a feature that isn't available yet but is in the works. This could save your users time since they no longer have to look in the forums to find out why. It could be annoying if they just wrote a bunch of code and then figure it out but then they can copy/paste/download the code into another compiler to test it at that point. Just an idea to solve this issue. Love the IDE since it will make it harder for me to lose my big projects because I didn't back it up.
Me nither I'm trying to compile my c++ code online because my computer has no space it just doesnt work I hope they update it
i just wasted my time trying to figure out what was wrong and really it's all your fault..
i have written c++ program in this compiler ,but i couldn't get how to compile and run on this compiler
You can now build and run from Compilr. Please try it out and let us know.
This might just be me being a total newb at programming, but I have 2 errors in my code.
#include
using namespace std;
main();
{
int i,j,k;
i = j = k = 10;
cout << i << '\n';
cout << j << '\n';
cout << k << '\n';
return 0;
}
Because of this, I can't run or compile my code. why is that?
I am new to this forum. I have have written, build and run a program and it runs fine.
How do i access the the codes i have written?
connect with uR user, and in PROJECTS (in the right) you have ur code.
i compile and run ok in VISUAL C/C++ 2012 EXPRESS, but here i have to change my code for compiling.
How i can compile C++ CODE?
Same is the case with me.I am not able to compile my code.