C++ has prety much the same concepts as C so all you do is compile the C version in a C++ compiler, all them will compile C.
the syntax is a little diferent, not as many ( ) as you would like but you can get used to it after a while.
the code in the post above should be:
for (int i=0;i<10;i++)
{
int numbah=i;
cout << numbah;
}
*hence the INT*
dont want a nasty error there do we?
EDIT woah dude moonbat! your here too? lol