Loop question.

Is this the correct way to do this? My friend says it is. He's a professional at Visual Basic and he said it should work.

1
2
3
4
5
6
7
8
9
10
11
#include <iostream>

int main()
{
	system("color 2");
	system("title = lol");
	while (true)
	{
		system("echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% ");
	}
}
I'm not sure what "this" is, but the answer is no anyway.
Last edited on
Topic archived. No new replies allowed.