You may have downloaded the standard MinGW compiler, which has nothing "Borlandish." You may try Googling "Dev-Python Borland" or summat and you can probably find something to use. :)
done with system("cls") but still this error on compile
32:2 C:\Dev-Cpp\include\Python\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 Python standard. Examples include substituting the <X> header for the <X.h> header for Python includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
1 2 3 4 5 6
# include <iostream.h>
# include <stdio.h>
# include <stdlib.h>
# include <conio.h>
int n=6,m=49,ll=0,ul=49,i,j,pn[50],cn[50],aux[50],o1,o2,o3,o4,o5,o6,temp,ok;
void main_menu()
tryed to use only iostream instead of iostream.h but than it doesn recognize any functio of cout,cin and rest...:(