C++: Calling nonmember function in constructor

前端 未结 0 1543
旧巷少年郎
旧巷少年郎 2021-01-21 06:53

How can I call a non-member function in the body of a constructor? For example:

In the foo.hpp file:

Class foo {
public:
    foo() {
        func();
    }
         


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