The Trace macro in VC

Source: Internet
Author: User

Trace macros for VC under the program debugging is very useful things, with a similar function of printf; The macro only appears in the debug version of the program, and the macro disappears when you release it, which helps you reduce the amount of code when it releases.

Use is very simple, the format is as follows:

TRACE ("ddddddddddd");

TRACE ("wewe%d", 333);

There are also trace0,trace1,trace2 ... correspond to 0,1,2 respectively. A parameter

Trace information is exported to the Output window of the VC IDE environment (which is the window to which you compile the project error), but only if you are running your debug version in VC.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.