Click here to Skip to main content
15,917,608 members

Comments by Sidra Feroze (Top 5 by date)

Sidra Feroze 1-Nov-12 14:28pm View    
void main(){
int menuchoice,i,j;
clrscr();
_setcursortype(_NOCURSOR);
do{
menuchoice=menu();
if(menuchoice==1 || menuchoice==4){
if(menuchoice==1){
for(i=0;i<10;i++){
for(j=0;j<10;j++){
R[i][j]=0;
}
}
}
Sidra Feroze 21-Oct-12 7:48am View    
ok . I found it. these files are for linux
Sidra Feroze 21-Oct-12 7:26am View    
yeah. I saw in the INCLUDE folder and others but could not find these files. what should I do now ? :( any alternative file? which works same as it does?
Sidra Feroze 21-Oct-12 7:19am View    
I am using turbo C
Sidra Feroze 21-Oct-12 7:12am View    
it's wnidows ... and I want to make a puzzle game and I am not understanding what these files are used for.