I've just downloaded Dev-C++ 4.9.9.0 and I get the following error:
2 C:\Dev-Cpp\include\c++\3.3.1\backward\backward_warning.h:32 #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
So as I understand it, the headers have been replaced with something new? Can anyone tell me what they've been replaced with? Will I have to change the code I use?
Question
mark52230
At college we're using a Borland C++ 5.01 compiler.. We're only a few lessons in and at the start of each source file I've been told to use:
I've just downloaded Dev-C++ 4.9.9.0 and I get the following error:
So as I understand it, the headers have been replaced with something new? Can anyone tell me what they've been replaced with? Will I have to change the code I use?
Thanks!
Link to comment
Share on other sites
22 answers to this question
Recommended Posts