Hi,
i have read a file into a buffer
CFile tst;
tst.open(.........);
DWORD len = tst.getlenght();
BYTE *buf = new BYTE[len];
tst.read(buf, len);
now i want find a string in the buf and change it
is there a function to find and change a string in Buffer?
Thanks in advance
Hi,
i am new in vc++ programming .For my Project i must do a ISAPI-compliant Web server i have use the sample httpsrv from the MSDN Library.
But i don't know how i can do that my webserver support ISAPI.
Or is there another ways to do a ISAPI-Compliant webserver?
Can Somebody help me please...
Hi,
i am new in vc++ programming i try to do a ISAPI-compliant Web server i have use the sample httpsrv from the MSDN Library.
But i don't know how i can do that my webserver support ISAPI.
Can Somebody help me please?
Thanks in Advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.