Search:

Type: Posts; User: tygernoot

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    5,149

    Making a CString map case insensitive

    Hello,

    I've tried to figure this out, but so far I haven't succeeded. I have a program that uses CStrings, and at one point there's a definition of a map: std::map<CString, CUser>
    Somewhere else...
  2. Replies
    4
    Views
    1,272

    Thanks a lot all of you. It works like a charm...

    Thanks a lot all of you. It works like a charm :).
    And I think it's indeed more 'dummy-proof' to use stringstreams (they always pay attention to that in our projects), although creating my own...
  3. Replies
    4
    Views
    1,272

    extracting word-per-word from strings

    Hello,

    I'm creating a sea battle game for a project and at a certain point the user has to enter a string of the following form: 'ship x-coordinate y-coordinate orientation' as many times in a row...
  4. Replies
    2
    Views
    1,148

    Thanks a lot. That's all I needed to know :).

    Thanks a lot. That's all I needed to know :).
  5. Replies
    2
    Views
    1,148

    class templates

    Hi,
    I have an exercise to create a priority queue solely using an std::vector container from STL. The PQ itself works fine, but there are two associated problems left which I don't know how to...
Results 1 to 5 of 5