Code: Select all
int sum = 0;
for (int i = 0, j = 10; sum > 20; ++i, --j) // 1
{.........
this compile time error comes before the boolean condition of the for statement....

Moderator: admin
Code: Select all
int sum = 0;
for (int i = 0, j = 10; sum > 20; ++i, --j) // 1
{.........
Users browsing this forum: No registered users and 4 guests