#include<iostream.h>
#include<conio.h>
void main()
{
cout<<"hi";
}
BUT ITS GIVING LOTS OF ERROR I AM USED TO TUBO C++ IN WHICH THERE USED TO BE A BLUE SCREEN. I HAVE AN AVERAGE KNOWLEDGE OF C++ I AM TRYING TO LEARN WIN32API ON MY OWN .PLLZTELL ME WHERE I AM GOING WRONG THE ERRORS ARE:-Quote
1 D:\Dev-Cpp\include\c++\3.4.2\backward\iostream.h:31, from my experiment.cpp In file included from D:/Dev-Cpp/include/c++/3.4.2/backward/iostream.h:31, from my experiment.cpp
1 D:\Dev-Cpp\my experiment.cpp from my experiment.cpp
32:2 D:\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.
4 D:\Dev-Cpp\my experiment.cpp `main' must return `int'
D:\Dev-Cpp\Makefile.win [Build Error] ["my experiment.o"] Error 1
1 D:\Dev-Cpp\my experiment.cpp from my experiment.cpp
32:2 D:\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.
4 D:\Dev-Cpp\my experiment.cpp `main' must return `int'
D:\Dev-Cpp\Makefile.win [Build Error] ["my experiment.o"] Error 1
i NAMED THE FILE my experiment
and the project as project 5


Sign In
Create Account


Back to top









