Robert Hairgrove <bob <at> roberthairgrove.com> writes: > Robert Hairgrove <bob <at> roberthairgrove.com> writes: > > I am writing some little C++ wrapper classes for the argp functions. ...
One more question: If argp_parse calls exit() and terminates the program, will the destructors of my C++ objects be called? Thank you.