Dear all,
I started programming and I am facing this problem a long time?
Example: Auto creating variables.
//-------------------------------
int i = 1;
int j = 1;
int x;
while ( j < 100 )
{
x = 234;
i++
};
//-------------------------------
"int x;" is not right.
I hope you have the answer.
Thanks [sig][/sig]
I started programming and I am facing this problem a long time?
Example: Auto creating variables.
//-------------------------------
int i = 1;
int j = 1;
int x;
while ( j < 100 )
{
x = 234;
i++
};
//-------------------------------
"int x;" is not right.
I hope you have the answer.
Thanks [sig][/sig]