How to use Boost.Array library
11 Jan
2006
11 Jan
'06
7:14 a.m.
From the example I see, I can only declare the size of
In Java, I can create an array based on the value of an input parameter of a function: int[] func (int size) { int[] rtn = new int[size]; // do something return rtn; } Can you please tell me if I can do the same with the Boost.Array library? the array during declaration (not dynamically, the rhs in my example). If I can't do that with Boost.Array, is there any other solution? Thank you. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
6883
Age (days ago)
6883
Last active (days ago)
1 comments
2 participants
participants (2)
-
Sebastian Redl
-
yinglcs2@yahoo.com