Results 1 to 12 of 12

Thread: dynamic array in cpp

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2010
    Posts
    408

    dynamic array in cpp

    hello,

    my problem is that i have a code in matlab and i want to rewrite it in cpp

    in the matlab code i have dynamic arrays
    with that i mean that too many times rows or columns of the table are deleted or a new one is inserted



    but in cpp we know that the dimensions of an array are constant

    what do you suggest me to use??
    vector or lists or do it with array??
    Last edited by vagelis; Dec 4th, 2010 at 03:14 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width