Compiling a C++ program from java

Asked By 270 points N/A Posted on -
qa-featured

Hi,

Thank you for reading my post. I am making a simple IDE for C++.  I have a compiler installed. I created a IDE like text editor where I can type my code and save it. Now I want a button which can compile the code on click and output the result. How do I do it? Is there anything as simple as system() in C++? I have googled for system() in java. But not much of a success.

Thanks again.

SHARE
Best Answer by softwaresynthesis

Related Questions