Hi,
CPP : How do i call a function in another program?
the main function is in one program and i want this main function to call a function in another program.
Can anyone please give me the sample code for this? Thanks in advance
warne 0 Newbie Poster
Recommended Answers
Jump to Postunder normal circumstances you can't do that.
You can to set up some sort of communications link (a pipe or a shared file or shared memory, or a network link) between the programs and have them co-operate with each other in executing the required functionality.
Jump to Postsounds like another attempt to create some kind of bot or clicker for an mmo...
All 5 Replies
Banfa 597 Posting Pro Featured Poster
warne 0 Newbie Poster
Banfa 597 Posting Pro Featured Poster
jwenting 1,905 duckman Team Colleague
corby -4 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.