CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Arjay

Search: Search took 0.34 seconds.

  1. Replies
    5
    Views
    1,408

    Re: concept for saving data

    There are several containers so you need to pick the one with the lookup features you requires. You mentioned saving data, I misread that to mean saving to a file. Streams might still be useful if...
  2. Replies
    5
    Views
    1,408

    Re: concept for saving data

    You may want to look at the STL and work through some collection, allocator and stream examples.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured