|
-
Dec 4th, 2010, 02:10 PM
#1
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|