for i=0 To height - 1 for i=0 To height
//is it correct
//c++
for(i=0;i<height;i++) for(i=0;i<=height;i++)




Posted 05 October 2012 - 01:53 AM
for i=0 To height - 1 for i=0 To height
for(i=0;i<height;i++) for(i=0;i<=height;i++)
Posted 05 October 2012 - 01:12 PM
for(int i = 0; i < height; i++) { /* Code to execute */ }
for(i = 0; i < height; i++) { /* Code to execute */ }
int i;
for(i = 0; i < height; i++) { /* Code to execute */ }
This post has been edited by Duta: 05 October 2012 - 01:13 PM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
