c++ - How to return an array from a method? - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
c++ - How to return an array from a method? - Stack Overflow
2010年11月24日 - How can I return an array from a method, and how must I declare it? ... int* test();. but it would be "more C++" to use vectors: std::vector< int > test();.