|
From: Alfred P. R. <al...@ya...> - 2006-01-06 00:05:35
|
I would also recommend
cout << i << endl;
Your form would probably input cout to the variable i then input that into endl ???
Ben Miller <ben...@ya...> wrote:
A quick question, by someone very new to c++.
I have a for loop I am putting in a project, this is what it looks like.
for(i = 10; i != 0; i--)
{
cout >> i >> endl;
}
Alfred P. Reaud
|