C ++ demo of the function declaration and definition parameter value assignment being 0

Source: Internet
Author: User
In the following example, the parameter declaration in the C ++ Chinese method and the parameter value assignment in the definition are 0 calls. See the differences in the Red Section as follows. //////////////////////////////////////// /////////////// # Include <iostream> using namespace STD;
Class T1 {public: T1 () {} virtual ~ T1 ()
{} Public: // here, assign the parameter value of the test method declaration to 0 int test (INT Arg =
0 );};
// The style int T1: Test (INT Arg /*
= 0 */) {return 0 ;}
Void main () {int data; T1 T1; // call test to call data = T1 without parameters. test (); cout <data <Endl; System ("pause ");}; //////////////////////////////////////// /////////////////////
Related Article

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.