cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
error handling
error handling
May 31, 2010 at 3:22am UTC
kunlmap
(3)
can anyone help me and let me know how to use try catch
finally in linux
thanks.
May 31, 2010 at 3:27am UTC
kunlmap
(3)
here is what i have found
http://www.cplusplus.com/doc/tutorial/exceptions/
http://www.cplusplus.com/forum/general/6053/
http://www.cplusplus.com/reference/std/exception/set_unexpected/
May 31, 2010 at 7:33pm UTC
Athar
(4466)
There's nothing special about using try and catch on Linux.
finally does not exist in C++, nor is it necessary.
Jun 1, 2010 at 8:39am UTC
kunlmap
(3)
thanks ,i will try
Topic archived. No new replies allowed.