Search:

Type: Posts; User: Elysia

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    3,661

    shared_ptr deletes with delete and shared_array...

    shared_ptr deletes with delete and shared_array deletes with delete[].
  2. Replies
    5
    Views
    3,661

    You seem to be using the old "C" way of 2D...

    You seem to be using the old "C" way of 2D arrays. Are you use a std::vector< std::vector<int> > won't do?
    Consider also using const T instead of #define.
Results 1 to 2 of 2