Starting a C++ program from shell script

Hi,

I have a little problem...I want to do the following things:

Have my own little script that has 2/3 functions and starts a c++ application using some parameters.

The problems appear when I start the c++ app using the shell script, the c++ takes over and after I ctrl+c the script doesn't continue, also my little piece of code doesn't do anything when I organize it in functions.

Solved :slight_smile: