
[cpp]
#include <fstream.h>
void main()
{
char str[1024];
ifstream in("data.txt");
if (in.is_open())
{
while (in.getline(str, sizeof(str)))
{
// the process is here
}
in.close();
}
}
[/cpp]
How?fpnc wrote:Right now everything will be hold as is - Real Time System Status shows numbers unless you use "T" option, and the other ranklists will show the name if they show it now. It may be changed in the future, however.