Search:

Type: Posts; User: efgee

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    3,482

    Thanks.

    Thanks.
  2. Replies
    16
    Views
    3,482

    Yep, this seems to solve this. You guys/gals...

    Yep, this seems to solve this.

    You guys/gals have been amazing, I appreciate your (everybody's) help.

    One last question though:

    What is better to use?

    this:
  3. Replies
    16
    Views
    3,482

    Thanks for your reply. This code: for...

    Thanks for your reply.

    This code:

    for (typename reverse_iterator i = rbegin(); i != rend(); i++)

    gives this error message:

    table.h: `reverse_iterator' does not name a type
  4. Replies
    16
    Views
    3,482

    Thank you all for your comments. Changed the...

    Thank you all for your comments.

    Changed the 'For' code to:



    for (typename vector <T>::reverse_iterator i = key.rbegin(); i != key.rend(); i++)


    now the compiler seems to run through...
  5. Replies
    16
    Views
    3,482

    Wow, you guys/gals are fast. Thanks for the fast...

    Wow, you guys/gals are fast.
    Thanks for the fast reply.

    Actually with the code posted above there have been more than 3 errors.
    The 3 errors mentioned are the ones I knew where pretty hard to...
  6. Replies
    16
    Views
    3,482

    Yeah stupid me I forgot to post the error...

    Yeah stupid me I forgot to post the error messages, here they are.
    Regarding this line:


    if ((*i)->name ^ *key)


    table.h: base operand of `->' is not a pointer
    table.h: no match for...
  7. Replies
    16
    Views
    3,482

    Convert VisualC++ template to gcc

    Hello,
    trying to get some code converted from Visual C++ 6 to gcc.
    I've got pretty far, but as a C++ newbie I'm little bit lost with templates.

    It would be very nice if somebody could help me to...
Results 1 to 7 of 7