In C ++, most libs come in versions of Debug / Release. Question 1. What is the big difference between the versions of Debug and Release (for example, what advantages do you have in comparison with others). A.
Question 2. There is only a function implementation in lib, how does a function implementation change if you use debug / release versions?
Question 3. Can you ever create an application in debug mode and use the lib version?
Thank.
source
share