Hi all.. I'm pretty new to the c++ game and i'm getting a good understanding of it. I need some help though. For one program i'm writing, i need to store and retrieve a set of numbers (used as sales for a given week) and display them through an array. In qbasic which I have been using for a while, there is the simple DATA statement which i could READ at any time in the program. Does c++ have a similar stucture where i can declare data statements in the program and read them into an array? Any help would be appreciated, thanks

-Simon