how to link two C++ programs?

Status
Not open for further replies.

Cheetos

Member level 3
Joined
May 26, 2011
Messages
57
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,700
i have two programs to create in c++. the first program is the human detection, the second one is a program for the usb port. How can i get a data from human detection to the usb port program?
 

does the programs are in source code form or in executable form ?
 

they are in source code form
 

if in source form , then you can send the data from the face recognition module to the usb module.

since you are the programmer , you know the functions /classes in your program.

call them and send.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…