This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: C++: executing other programs
- To: b_knorr at gmx dot de
- Subject: Re: C++: executing other programs
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 12 Mar 2000 20:56:00 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <200003121835.TAA27926@mail.cs.tu-berlin.de>
> is there any possibility to execute other programs from within my
> C++-program ? (I use the g++-compiler for Windows)
Sure, you must use operating system functions to do so. Please read
the Microsoft Platform SDK Documentation for details; this is not a
gcc issue.
Regards,
Martin