App won't exit correctly
From: ... (..._at_...)
Date: 03/31/04
- Next message: Sharad Kala: "Re: criteria test - please help"
- Previous message: Gregg: "Re: STL Documents?"
- Next in thread: Kevin Goodsell: "Re: App won't exit correctly"
- Reply: Kevin Goodsell: "Re: App won't exit correctly"
- Reply: Kevin Goodsell: "Re: App won't exit correctly"
- Reply: ...: "Re: App won't exit correctly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Mar 2004 03:11:27 GMT
First of all I'd like to thank all the people who have helped with my
project thus far.
I've now been able to get my program up and working; however, there is one
last problem I'm having.
When I compile and run the program on a Unix box using g++. The program
doesn't exit correctly. It seems to lock into a prompt with the name of the
application. The program has a "return 0;" at the end of all functions,
including the main. So I'm guessing I need to create some type of loop with
a break. The program only takes a single string input can anyone suggest how
I can create a loop that will correctly break from the program at the end.
Thanks for any help.
- Next message: Sharad Kala: "Re: criteria test - please help"
- Previous message: Gregg: "Re: STL Documents?"
- Next in thread: Kevin Goodsell: "Re: App won't exit correctly"
- Reply: Kevin Goodsell: "Re: App won't exit correctly"
- Reply: Kevin Goodsell: "Re: App won't exit correctly"
- Reply: ...: "Re: App won't exit correctly"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|