Advertisement
Guest User

Untitled

a guest
Jun 16th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   for(; fList != NULL; fList = fList->Next)
  2.   {
  3.     if(TempList == reinterpret_cast<char*>(fList))
  4.       return false;
  5.   }
  6.    
  7.   return true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement