Is the initialization order of the vector elements guaranteed by the standard?

前端 未结 0 449
囚心锁ツ
囚心锁ツ 2020-12-14 08:55

To fill a std::vector from std::cin, I usually write as following code:

struct point{
    int x, y;
};

int main(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题