How do I compile/run my code?

17 replies [Last post]
Offline
Last seen: 15 weeks 4 days ago
Joined: 01/29/2012
Posts:

I have written my cpp file, but the toolbar portion for build is greyed out. how do I run my code?

Offline
Last seen: 15 weeks 3 days ago
Joined: 01/30/2012
Posts:
How do I compile/run my code?

Same is the case with me.I am not able to compile my code.

tim.speed's picture
Offline
Last seen: 17 hours 31 min ago
Joined: 02/24/2010
Posts:
Later this month you will be

Later this month you will be able to run you c / c++ code in the browser : )

-----------------
Tim Speed
Compilr Developer and CTO

Offline
Last seen: 14 weeks 4 days ago
Joined: 02/04/2012
Posts:
But I wanna compile NOW! :(

But I wanna compile NOW! :( I'll wait I guess.

Offline
Last seen: 14 weeks 13 hours ago
Joined: 02/09/2012
Posts:
That's why

That's why lol i thought i was doing something wrong

Offline
Last seen: 4 weeks 6 days ago
Joined: 01/10/2012
Posts:
Hi all, When will C++

Hi all,

When will C++ compiling become available?

NP

Offline
Last seen: 13 weeks 1 day ago
Joined: 12/01/2010
Posts:
Seriously

The whole purpose of a compiler is to COMPILE code, so you shouldn't offer C++ unless it can compile.

Fear the Reaper!

Offline
Last seen: 12 weeks 2 days ago
Joined: 02/21/2012
Posts:
Easy fellas, you can still

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

piwh1000's picture
Offline
Last seen: 7 hours 18 min ago
Joined: 02/15/2008
Posts:
Hey Guys. Sorry about the

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.

Developer - Compilr.com

Offline
Last seen: 11 weeks 1 day ago
Joined: 12/30/2011
Posts:
Build button = message box

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.

Offline
Last seen: 2 weeks 3 days ago
Joined: 01/27/2012
Posts:
Help

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

Offline
Last seen: 3 weeks 2 days ago
Joined: 02/10/2012
Posts:
i just wasted my time trying

i just wasted my time trying to figure out what was wrong and really it's all your fault..

Offline
Last seen: 7 weeks 6 hours ago
Joined: 03/30/2012
Posts:
how to compile/run c++ programs

i have written c++ program in this compiler ,but i couldn't get how to compile and run on this compiler

piwh1000's picture
Offline
Last seen: 7 hours 18 min ago
Joined: 02/15/2008
Posts:
You can now build and run

You can now build and run from Compilr. Please try it out and let us know.

Developer - Compilr.com

Offline
Last seen: 18 hours 47 min ago
Joined: 04/10/2012
Posts:
This might just be me being a

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?

Offline
Last seen: 3 weeks 2 days ago
Joined: 04/20/2012
Posts:
C++ Projects

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?

Offline
Last seen: 3 weeks 2 days ago
Joined: 04/21/2012
Posts:
winsome

connect with uR user, and in PROJECTS (in the right) you have ur code.

Offline
Last seen: 3 weeks 2 days ago
Joined: 04/21/2012
Posts:
compile

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?