Ĺadny brzuch
Wie ktoś może co znaczy taki komunikat przy kompilacji programu w Dev C++:
1 C:\Dev-Cpp\include\c++\3.4.2\backward\iostream.h:31, from projekt.cpp In file included from C:/Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/backward/iostream.h:31, from projekt.cpp
1 C:\Dev-Cpp\projekty\testy\projekt.cpp from projekt.cpp
32:2 C:\Dev-Cpp\include\c++\3.4.2\backward\backward_warning.h #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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
??
Z góry dzięki za pomoc :)
Jedno spojrzenie do słownika od anielskiego - deprecated - przestrarzały... i już byś miał odpowiedź.
// No dobra, nie będe nie miły.
Chodzi o to, że użyłeś przestażałego typu nagłówków od C++. Według dzisiejszego standardu trzeba napisać <iostream> a nie <iostream.h>.
Użytkownik Real_Noname edytował ten post 03 październik 2005, 13:42
przestażałego
zanotowane.pl doc.pisz.pl pdf.pisz.pl zsf.htw.pl
1 C:\Dev-Cpp\include\c++\3.4.2\backward\iostream.h:31, from projekt.cpp In file included from C:/Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/backward/iostream.h:31, from projekt.cpp
1 C:\Dev-Cpp\projekty\testy\projekt.cpp from projekt.cpp
32:2 C:\Dev-Cpp\include\c++\3.4.2\backward\backward_warning.h #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 <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
??
Z góry dzięki za pomoc :)
Jedno spojrzenie do słownika od anielskiego - deprecated - przestrarzały... i już byś miał odpowiedź.
// No dobra, nie będe nie miły.
Chodzi o to, że użyłeś przestażałego typu nagłówków od C++. Według dzisiejszego standardu trzeba napisać <iostream> a nie <iostream.h>.
Użytkownik Real_Noname edytował ten post 03 październik 2005, 13:42
przestażałego
