1 2 3 4 5 6 7
int main(){ array[] = {"sdasf", "dsfsdf, "sdf"}; for (float i=0; i<3; i++){ std::cout<<i<<std::endl; } return 0; }