CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: exceptions

  1. #1
    Join Date
    Jul 2007
    Posts
    273

    exceptions

    Hello,
    sorry if I'm ignorant. Do exist any language (old or new) without exceptions handling? Which?

    thanks,

  2. #2
    Join Date
    Aug 2006
    Posts
    231

    Re: exceptions

    How about Google Go? :-)

    I can't imagine how to write robust programs without them though. Exception handling affects design, and for the better! Too bad many developers don't realize this. I could only wish for a syntactical improvement to help readability.

  3. #3
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: exceptions

    C should be such an example.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured