美文网首页
12 - Introduction to Classes and

12 - Introduction to Classes and

作者: 社交帐号直接注册 | 来源:发表于2017-12-30 21:54 被阅读0次

    class BuckysClass{

    public:

    voil coolSaying(){

    cout << "preachin to the choir" << endl;

    }

    };

    BuckysClass buckysObject;

    buckysObject.coolSaying();

    相关文章

      网友评论

          本文标题:12 - Introduction to Classes and

          本文链接:https://www.haomeiwen.com/subject/zwbngxtx.html