#include
#include
int. WinMain (hInstance HINSTANCE, hPrevInstance HINSTANCE, LPSTR lpCmdLine, int. nCmdShow)
{
pFile DOSSIER *;
klusje het mystring [100];
pFile = fopen („C:\ \ myfile.txt“, „r“);
als (pFile ONGELDIGE ==)
:: MessageBox (VERKLAAR, „het openen van de Fout dossier“, „Toepassing“, MB_OK nietig);
anders
{
fgets (het mystring, pFile 100,);
fclose (pFile);
als (strstr (het mystring, „Sergio“) == die (char*) [0 &mystring])
{
:: ONGELDIGE MessageBox (, „aangepast, stellen hier in werking! “, „Toepassing“, MB_OK);
}
}
terugkeer 0;
}
|