Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hello i want to link c++ to another program
for example i want to start firfox when my program start

what is code for this program?
please help me!!!!
Posted
Comments
[no name] 15-Jun-14 11:12am    
That is going to depend on what OS you are targeting don't you think? What have you tried? You could use ShellExecute for Windows.

1 solution

you dont want to link a program, but launching it. Use ShellExecute
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900