|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
calling programs from a c++ program
can some one write two programs: a and b in c++, in which
program a calls program b and pass to it some integer parameter?! |
|
#2
|
||||
|
||||
|
You can call it using the system function.
system("/path/to/some/program 1 12 56"); |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > calling programs from a c++ program |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|