Share a function that records the current code information

Source: Internet
Author: User

File:

........

Showcurrentinfo (const char * function, const char * file, int line)

{

........

}

File class B C:

C: dosomething ()

{

Row number: 122 ......

Row No.: 123 showcurrentinfo (_ function _, _ file _, _ line __);

Row number: 124 ......

}

Highlights:

_ Function _ records the current function region. The value above is: "C: dosomething"

_ File _ records the absolute path of the current file. The above value is: "E: \... \ B. cpp"

_ Line _ records the row number of the current file. The value above is 123.

This function is applicable to recordsProgramIt is easier to get error information.

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.