I'm trying to compile this C++ code snippet and get stuck at this piece of code which gives compiler error
if(dwRet < BUFSIZE)
{
_tprintf(TEXT("\nThe final path is: %s\n"), Path);
}
I have googled similar if() syntax and and found some else results. Is it just misprint and me should replace ';' with comparison operator or me something missed from basic cpp tutorials? Thanks for clarification!
Aucun commentaire:
Enregistrer un commentaire