Search:

Type: Posts; User: matsp

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    1,931

    You'd better get used to that sort of thing. That...

    You'd better get used to that sort of thing. That is definitely NOT long.

    --
    Mats
  2. Replies
    12
    Views
    1,931

    I do agree. I have worked on code that uses...

    I do agree.

    I have worked on code that uses references/pointer to various blocks, but it's only really meaningful if there is more to it than "not having to type a few letters".

    If, for...
  3. Replies
    12
    Views
    1,931

    You could use a reference: ...

    You could use a reference:


    std::vector<player> &v = mngr.plr_vec;

    v.push_back(new *player);


    --
    Mats
Results 1 to 3 of 3