In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how C++ uses debug tags. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Use debug tags
It is a common debugging strategy to use the corresponding auxiliary code when debugging the program (such as outputting intermediate results, etc.) and to hide the code after debugging.
This strategy can be implemented with the help of # define, # ifdef, # endif and compilation instructions. Specifically, when debugging a program, use the compiler's command-line arguments to define debugging tags (equivalent to macros defined in # define in the program), and then include the corresponding debugging code between # ifdef and # endif. When the final debugging of the program is completed, when the release is generated, the debug code in the program disappears as long as the debug token is no longer provided in the compiler command line arguments. The common debug flag is _ DEBUG (in VC++ 2012), the compiler debug version of the program defaults to the macro _ DEBUG. Examine the following procedure.
# include using namespace std;int main () {int iTunes 5 nbsp ifdef _ DEBUG cout
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.