number of elements of an array of string - C++ Forum - Cplusplus.com

number of elements of an array of string - C++ Forum - Cplusplus.com

瀏覽:949
日期:2025-06-15
i define an array of strings: ... 2.b. there is at least one element in the array. ... int size_of_a = sizeof ( a ) / sizeof ( a[ 0 ] ); int size_of_b = sizeof ( b ) / sizeof ( string ) ; void ......看更多