The only thing in the life of a programmer to remeber ?
-
int i=0; for( i = 0; i < count ; i++) { :confused: } :laugh:
-
int i=0; for( i = 0; i < count ; i++) { :confused: } :laugh:
:confused:
-
:confused:
In your case
count
is 1. -
In your case
count
is 1.:)
-
In your case
count
is 1.Mladen Jankovic wrote:
In your case
count
is 1.for( i = 0; i < 9 ; i++), apparently
I wanna be a eunuchs developer! Pass me a bread knife!
-
int i=0; for( i = 0; i < count ; i++) { :confused: } :laugh:
This will generate a compile error. count is never declared. :)
Ignorance of the ability brings disability.
-
int i=0; for( i = 0; i < count ; i++) { :confused: } :laugh:
The only thing in the life of a programmer to remember is that everyone else will look at your code and dissect it like it's a cancerous tumor. So you better get it fucking right. ;)