Search:

Type: Posts; User: Elysia

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    2,466

    If you don't know the C++ language, then you...

    If you don't know the C++ language, then you should probably read a beginner's book (such as this).
    But let's start with you do know. Do you know what iterators are? Do you know what algorithms...
  2. Replies
    8
    Views
    2,466

    Have you tried? If so, post your code. Make a...

    Have you tried? If so, post your code.
    Make a small program from scratch that applies these techniques to practice them. Once you've got that down, you can apply it to your big problem.
  3. Replies
    8
    Views
    2,466

    Input iterators may be helpful. Other than that,...

    Input iterators may be helpful.
    Other than that, there are a lot of algorithms that work with iterations and there are also output formatting for writing to file/console (ostream).
Results 1 to 3 of 3