You could get a laptop for like 200 that could run well and enough space for stuff.
Answer:
int x;
indata.open("lottowins");
indata >> x;
cout << x << endl;
indata >> x;
cout << x << endl;
indata >> x;
cout << x << endl;
indata.close();
Unicode is a 16 bit system which can support 65636 different characters which is much more than the number of characters that ASCII code support.