Advertisement

Easy question about program termination

Started by August 03, 2005 04:11 PM
1 comment, last by harry_x 19 years, 3 months ago
I'm very new to linux and I am programming a GUI using c++ and Kdevelop. In one line how can I completely kill the program. At the moment when I use close(); only the widgets disappear and the window remains. Thanks in advance!
try killall appnamehere
Advertisement
exit(0);

This topic is closed to new replies.

Advertisement