Actions
Feature #305
openfundamental vector type
Status:
New
Priority:
Normal
Assignee:
-
Start date:
10/15/2012
Due date:
% Done:
10%
Estimated time:
Description
It might be useful to have a fundamental vector type
struct vec_DATA_TYPE { int n; int cap; DATA_TYPE *p;};
in order to simplify the code, e.g. to reduce the number of arguments when vector-like information is passed (DATA_TYPE *p, n)
Actions