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.
有谁可以在 Visual C++ 2010 中分配的最大数组是多少?我的意思是元素的最大数量。我可以做类似 int tarray [unsigned long] 的事情,其中 unsigned long 是一些大于 32 位整数的无符号数吗?