#include <iostream>
#include <string>
#include <vector>
#include <strstream>
using namespace std;
At line 4, i am geeting error
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.
and please explanin what this line means in code
<!--[if !supportEmptyPa ras]--> <!--[endif]-->
With Regards
Parhiyar
#include <string>
#include <vector>
#include <strstream>
using namespace std;
At line 4, i am geeting error
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.
and please explanin what this line means in code
<!--[if !supportEmptyPa ras]--> <!--[endif]-->
With Regards
Parhiyar
Comment