#include
#include
int WinMain (HINSTANCE-hInstance, HINSTANCE-hPrevInstancen, LPSTR-lpCmdLinen, int-nCmdShow)
{
SPARA * pFile;
bränna till kol mystring [100];
pFile = fopen (”C:\ \ myfile.txt”, ”r”);
om (OGILTIG pFile ==)
:: OGILTIGA MessageBox (, ”felöppningen sparar”, ”applikationen”, MB_OK);
annars
{
fgets (mystring, 100 som, är pFile);
(pFile) fclose;
om, == (för strstr (mystring, ”sergio”) (char*) som &mystring [0])
{
:: OGILTIGA MessageBox (, ”matchat, åtgärda här! ” ”applikation”, MB_OK);
}
}
retur 0;
}
|