Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在不使用结构的情况下声明一个列数据类型为 int 而另一种为 float 在一行中的 2 个 dim 数组?例如,一列是浮点类学生的分数,另一列是整数的学生代码。
不,不使用structorclass就不能声明具有两种不同类型的数组。
struct
class