(2011-Jan-7) Due to the inactivity of the board and the high activity of the spammers, new account registration is indefinitely disabled
Sir, can i ask an example...?
int getValueAt(int n){ ifstream fin; fin.open("numlist.txt"); int next; for (int i=0;i<n;i++) { fin >> next; } fin.close(); return next;}