I've been looking at docs but I can't seem to understand very clearly, them do you guys know of anything that would be good at teaching it.
Say I had a program,
int main() {
return 3;
}
How do I call cprogram.exe and get the return value (not neccesarily an int, structs too). I don't have a specific project that I'm working on, just trying to learn. So on top of answering this question, some references (books or otherwise) to where I could learn continuation of this, because I know its more complicated than this; would be nice; thanks in advance.
lol sentence structure.