Here my goal is to detect only real errors in the code (i.e. have zero false positives).
Please let me know any open source c/c++ static code analysis tool, I need to use that tool for stataic analysis
Say float i = 1.1; float j = 1.1;
Many a time if (i == j) results in false. Why??
Sorry for hiding my identity :)
Something like :
IN(Range)