好吧,这可能听起来像一个荒谬的问题,但你如何在计划中返回一个列表.
scheme list
我在设置数组大小时遇到问题.在我的代码中,我有:
class Test { public: ....//Functions private: string name[]; }; Test() { //heres where i want to declare the size of the array }
这可能吗?
c++ arrays variables member
arrays ×1
c++ ×1
list ×1
member ×1
scheme ×1
variables ×1