[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: C++ programming: keeping count of data items read from file



On 06/05/2008, H.S. <hs.samix@gmail.com> wrote:
> In a C++ program I am reading a data file for later processing and
> computations. While reading that data file, I want to keep track of data
> items (doubles) read.

Use std::list and other standard data structures.

It's C++. Don't use C arrays, ugh.

If you are comfortable with IRC, I find that ##c++ on Freenode is full
of bright people.

And what does this have to do with Debian?

- Jordi G. H.


Reply to: