>change into:
wrong. It's not constant because it has expressions that change. Thus you need dynamic memory (allocated with new
) or a type that's managed automatically (like Narue said, std::vector
for example).
Right, Narue? *still needs to learn alot*