Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » External .exe
Re: External .exe [message #43244 is a reply to message #43243] Sun, 15 June 2014 18:00 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1099
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello idkfa46,

You can always use "system" function from c standard library to call external application.

// Example for GNU/Linux
#include <cstdlib>

int main() {
    system("/home/user/a.out"); // <- This function doesn't return program standard output!
}


Sincerely,
Klugier


U++ - one framework to rule them all.
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Drawine with Antyalyiasing
Next Topic: INTEL compilers
Goto Forum:
  


Current Time: Wed Jun 18 11:41:33 CEST 2025

Total time taken to generate the page: 0.06334 seconds