I am developing an application which consists of GUI in MFC dll and core logics in a noraml C++ dll. I have read in some old articles about using assert effectively in c++. I would like to know if there are any modern alternatives as I do not want to use an outdated technique. Also I would like to know how significant it is to use this asssert in c++ as well as MFC programming.
Sharing is profitable only if it happens with knowledge.