I have a problem for which I want to create a data structure that is something like an R-style list in C++. The structure is something like a matrix that can hold rows of variable sizes. It's a C++ assignment so I can't actually do this in R itself.I have a problem for which I want to create a d