Search:

Type: Posts; User: Elysia

Search: Search took 0.19 seconds.

  1. Thread: Array problem

    by Elysia
    Replies
    16
    Views
    3,328

    Avoid complex class interfaces? That is pure...

    Avoid complex class interfaces? That is pure nonsense.
    Just remember that such stuff is error prone and there are easier ways to do it in C++.
    Ah, and delete [] doesn't exist in C99. This is C++,...
  2. Thread: Array problem

    by Elysia
    Replies
    16
    Views
    3,328

    Which is the point. You don't have to do it...

    Which is the point. You don't have to do it yourself. It's easier, safer and faster.
  3. Thread: Array problem

    by Elysia
    Replies
    16
    Views
    3,328

    Or just std::vector. Or boost::multi_array...

    Or just std::vector. Or boost::multi_array.
  4. Thread: Array problem

    by Elysia
    Replies
    16
    Views
    3,328

    This is the C++ board. Make the doubles const and...

    This is the C++ board. Make the doubles const and ints. Arrays must be a fixed size.
    And VS doesn't support C99.
Results 1 to 4 of 4