just compile and run it
Code: Select all
#include <iostream>
int main()
{
using namespace std;
cout << "Press Enter When You Want It To Begin: ";
cin.get();
int a,b,c;
b=-1;
c=100000;
for (a=0;a = b; a++)
cout << c++;
cin.get();
cin.get();
return 0;
}
Edit: I am not sure if it is neverending due to restrictions on how big an integer can get