Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » Issues and problem solving » Reading lines from a file

Страниц (1): [1]
 

1. nonirt - 14 Февраля, 2018 - 12:11:34 - перейти к сообщению
Hey.
Help as from a file to read line by line in string.
2. Kibor - 14 Февраля, 2018 - 15:20:58 - перейти к сообщению
 Цитата:
string text[1000];
int k=0;
if (fopen ("c:\fffff.txt", "r")!=0)//open the file for reading "r"
{
while (freadline(text[k])!=0)k++;
fclose();
}

for (int n=0; n<k; n++)
{
messagebox(text[n]);
}

Powered by ExBB FM 1.0 Final