ZetSabre
April 12th, 2005, 12:58 AM
While trying to compile a program, I keep getting this error:
warning: #warning This fi le 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 in clude substituting the <X> header for the <X.h> header for C++ includes, or <sst ream> instead of the deprecated header <strstream.h>. To disable this warning us e -Wno-deprecated.
I tried some searches and couldn't find anything specific to what I'm doing. Any ideas? (if it isn't already obvious, i'm incredibly new to programming).
warning: #warning This fi le 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 in clude substituting the <X> header for the <X.h> header for C++ includes, or <sst ream> instead of the deprecated header <strstream.h>. To disable this warning us e -Wno-deprecated.
I tried some searches and couldn't find anything specific to what I'm doing. Any ideas? (if it isn't already obvious, i'm incredibly new to programming).