Цитата: 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]);
}
----- The Visual Code Editor is Kibor. Creating bots without knowledge of programming.
Learning function for recognizing text.
----- |