Answer the question
In order to leave comments, you need to log in
How to compile c++ project on Ubuntu 16.04?
How to compile c++ source in ubuntu? I know about g++, but I need to enter data through the php file (variable value, etc.), and after compilation, the file is downloaded
Answer the question
In order to leave comments, you need to log in
I don't know about c++, but for c# i did something similar.
int main(string args[])
{
foreach (string s in args)
//какие то действия с переданными параметрами
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question