Hi all,
I've a sample c program in one windows sytem.
main() { int x,y; printf("Please enter 1st number : "): scanf("%d", &x); printf("Please enter 2nd number : "): scanf("%d", &y); printf("sum is %d", (x+y)); }
I want to write a perl program on second system that executes the c program on the 1st windows system. Whatever the "printf" i'm giving in c should be seen in my perl output, and whatever i give the input in perl should go to c program as input. We have tried many ways but didn't succeed. Please help .
In reply to Executing remote c program by Mukunda
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |