📜  c++ 第一个索引 0 或 1 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:47.146000             🧑  作者: Mango

代码示例1
Arrays are indexed starting at 0, as opposed to starting at 1. The first element of the array above is vector[0]. The index to the last value in the array is the array size minus one.