passing object's variable by reference in c++?

前端 未结 0 1055
遥遥无期
遥遥无期 2020-11-27 09:05
bool SomeOutsideLibraryThatSetX(int& x);
class Example {
    private:
        int x;
        int y;
    public:
        void DoSomething         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题