I got a code. But it is not working
compilation error is - undefined symbol try , throw , catch.
I am using C++ compler version 3.0. Is this version not enough. Or any header file is to be included for exception handling. Please help me
lulusweety 0 Newbie Poster
Recommended Answers
Jump to PostWhose c++ compiler? Borland? Then you probably need a newer compiler because that one is pretty old and obsolete. You can download free several compilers, such as VC++ 2008 Express, Dev-C++ and Code::Blocks. Just google and you will find the links.
Jump to PostVisual C++ Express also has some nice stuff to it...so it's worth looking at both that and Code::Blocks and seeing which you prefer to work with....also VC++ allows you to used managed C++.
P.S If the you have your solution please mark the thread as solved.
Chris
All 5 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
lulusweety 0 Newbie Poster
ArkM 1,090 Postaholic
lulusweety 0 Newbie Poster
Freaky_Chris 299 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.