cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
What is <setjmp.h>?
What is <setjmp.h>?
Sep 8, 2009 at 3:14pm UTC
Null
(957)
What is setjmp.h? Where to use it? How to use setjmp.h functions?
As far as i understood, it's some kind of goto but nothing more. So i hope someone will explain something about this.
Thanks!
Sep 8, 2009 at 3:16pm UTC
Bazzy
(6281)
http://www.cplusplus.com/reference/clibrary/csetjmp/
Sep 8, 2009 at 3:47pm UTC
jsmith
(5804)
It's simple.
setjmp.h is a header file containing functions that you should never use in a C++ program.
Sep 8, 2009 at 4:29pm UTC
Null
(957)
Why?
Sep 8, 2009 at 5:06pm UTC
kbw
(9488)
Nor should you use it in C. setjump/longjump implement non-local gotos.
Topic archived. No new replies allowed.