Tag: compiler

  • Check your compiler warnings and hints. They may still be errors.

    I try to follow a zero hints and warnings policy for my code. (I admit I don’t always succeed though. 😉 ) But I was initially confused on how to solve this, and because of that learned something about not always following directions blindly… See this example code. This function should return true if everything…