multidimensional array query

9 Mar
2009
9 Mar
'09
6:57 p.m.
Hi: I need to define a multi-dimensional array with 4 collumns and two rows, What is the correct way to do this? My current definition is: boost::multi_array<std::wstring, 2> table(boost::extents[4][Lines.size()]); Is this correct, Lines is a vector decared prevously in the code. Any help appreciated Sean.
5933
Age (days ago)
5933
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sean Farrow