Thread: Exceptions with Dev C++ 4

  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    95

    Exceptions with Dev C++ 4

    Does anyone know if Dev C++ 4 supports exceptions?

  2. #2
    Registered User
    Join Date
    Apr 2002
    Posts
    95

    Exception Handeling

    I found an option under code generation/ optimization of the compiler options that allows you to check exception handeling but it still doesn't seem to enable my try{}catch{}throw block. Tryed both the Cygwin and the Mingw compilers.

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    95
    Well I ended up using borland's command line compiler for this exception problem.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  2. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  3. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 3
    Last Post: 03-08-2004, 08:47 PM
  4. Need advice: catch exceptions or call methods to check bits?
    By registering in forum C++ Programming
    Replies: 1
    Last Post: 10-03-2003, 01:49 PM
  5. Tutorial about Bloodshed Dev!
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 11-13-2001, 07:42 PM