I made some small basic programs for the linux OS using C/C++... they work fine and all when you run them from the command line (ex ./program1 ) but once you hit enter, it just sits there and if you close the konsole (this is in the KDE GUI btw) it then shuts down the program.
What I want to know is, is there a way to program it so that once you run it from the command line, it starts the program and runs in the background, much like an HTTP or any other server does and still runs in the background once you leave the command line or Konsole?