I am currently learning C in my degree and I was wondering "Is there a way to know what integer was returned by a certain console program that was written in C?"
This of course extends to any return type you might have in you C console program, but this is in my case more applicable to programs that have this form:
int main(void /*or probably not*/) {
// (...)
return 0 /*or other integer*/;
}I would like to be able to do this is pre-Studio GameMakers and in the LITE version, so I would like to know if there is a way to do it.
Also, please note that I know that I could write the return integer in a file and then read it with GM, but I want to know if there is a direct way of doing it.
Thanks in advance



Find content
Male
