News

When should a C++ programmer use arrays over vectors or lists? Should arrays be used when they will be initialized fully and not changed? Are there any other reasons?