In some rare cases, especially in the CvAStar.cpp file there are some "return FALSE" instead of "return false". (or TRUE instead of true). What are the differences between those to lines of code?
Nothing. One of the Fireworks.h files defines FALSE as 0 and TRUE as 1. Given that in C++ false, 0 and null are all false and everything else is true it's purely stylistic.
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.