G
Guest
Hi,
Is there a way to force Visual C++ compiler (VS 2003) to give an error or
notice in case of IF statment have "=" instead of "=="
for example
if(locationID = 10351) is passing, but I want an error fired
Thanks
Milan
Is there a way to force Visual C++ compiler (VS 2003) to give an error or
notice in case of IF statment have "=" instead of "=="
for example
if(locationID = 10351) is passing, but I want an error fired
Thanks
Milan