Thread: Dev-C++

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    39

    Dev-C++

    I got Dev-C++ 4.9.5.0 and when I complied a program I got errors in the header files. Does anyone know how to fix this? I was using the "iostream" header file by the way and it showed errors in the "iostream" header file and some header files in the "iostream" header file.
    Compiler: Dev-C++ 4.9.8.0

    -Bert

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Might it have been something that you have done? In Dev-C++, this is a common occurence. If you did something wrong, the compiler might point to the declaration of what you used.

  3. #3
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Just remembered something. The version that you are using is a beta, so if your code is fine, it might be the includes that are wrong as you suspect.

  4. #4
    Registered User
    Join Date
    Jun 2002
    Posts
    39
    I don't think my code is wrong and my code is fine. But this also happened in version 4.9.4.0
    Compiler: Dev-C++ 4.9.8.0

    -Bert

  5. #5
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    4.9.anything is beta of version 5. Go to the dev-c++ website and try downloading version 4. If it doesn't compile on that either, you know it is your code.

  6. #6
    flashing vampire black's Avatar
    Join Date
    May 2002
    Posts
    563

    Re: Dev-C++

    Originally posted by Bert
    I got Dev-C++ 4.9.5.0 and when I complied a program I got errors in the header files. Does anyone know how to fix this? I was using the "iostream" header file by the way and it showed errors in the "iostream" header file and some header files in the "iostream" header file.
    I also met some trouble when running Dev-C++ 4.9.5.0 and it is strange that all is OK after I reinstalled it.
    Never end on learning~

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. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 1
    Last Post: 03-08-2004, 05:19 PM
  5. DEV C++ Limitations?
    By Kirdra in forum Game Programming
    Replies: 3
    Last Post: 09-09-2002, 09:40 PM