hello im using c++ and none of the proram i test on it eorks it always says same error Code: Compiler: Default compiler Building Makefile: "C:\Dev-Cpp\Makefile.win" Executing make... make.exe -f "C:\Dev-Cpp\Makefile.win" all g++.exe -c Untitled1.cpp -o Untitled1.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" In file included from C:/Dev-Cpp/include/c++/3.4.2/backward/iostream.h:31, from Untitled1.cpp:1: C:/Dev-Cpp/include/c++/3.4.2/backward/backward_warning.h:32:2: warning: #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. Untitled1.cpp:19: error: `I' does not name a type Untitled1.cpp:19:33: warning: character constant too long for its type In file included from C:/Dev-Cpp/include/windows.h:50, from Untitled1.cpp:24: C:/Dev-Cpp/include/winbase.h:1308: error: `va_list' has not been declared C:/Dev-Cpp/include/winbase.h:1309: error: `va_list' has not been declared In file included from C:/Dev-Cpp/include/windows.h:55, from Untitled1.cpp:24: C:/Dev-Cpp/include/winuser.h:3896: error: `va_list' has not been declared C:/Dev-Cpp/include/winuser.h:3897: error: `va_list' has not been declared Untitled1.cpp: In function `int main(int, char**)': Untitled1.cpp:35: error: declaration of C function `int main(int, char**)' conflicts with Untitled1.cpp:5: error: previous declaration `int main()' here Untitled1.cpp: In function `void loops()': Untitled1.cpp:120: error: expected `;' before '{' token Untitled1.cpp:120: error: expected primary-expression before '{' token Untitled1.cpp:120: error: expected `)' before '{' token Execution terminated Compilation aborted by user