562..
Yeah.
Hello tubby123,
Apart from break and continue you can try this one also,
int i,j=1;
for(i=1;i<=20 && j!=0;i++)
{if(i%3==0)
{printf("stop the loop");
j=0;
}
}
[edit]
Hello fclopez,
You have missed some ',' in the line 16. Make sure that you didn't miss them in the program.
fscanf(fp,"%c %c %f %c %c %c %f %c" &rec, &equal0&rxThoughput, &RXunit, &trans, &equal1, &txThroughput, &TXunit);
You can use graphics.h for drawing shapes(faces especially). There are many inbuilt functions in graphics.h. Some are rectangle,circle,line,ellipse etc,.
Sites, Sample Programs, and just about anything connected to it.
Well there are plenty of sample programs in the net.
The one below will draw a circle. Hope you are using borland version.
#include<graphics.h>
int main()
{circle(320,240,50);
return(0);
}
478...
688..
got to go bye..
690...
688...
686...
684...
680...