I mean to link them and transfer some attribute.
for example first program send array and second program get , then send another array.
I mean to link them and transfer some attribute. for example first program send
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The term you are looking for is probably IPC: Inter Process Communication.
There are tons of ways to do this. If you need your two programs to talk together (not just one direction), you might want find it easiest to use some sort of networking library.