I have two dimensional vector vector<vector<int> > test; I want to save it to file and read it back. I tried to write it to a FileStorage, but after I read it back, it became one dimension vector. Does anybody have an idea? Thanks.
1 | initial version |
I have two dimensional vector vector<vector<int> > test; I want to save it to file and read it back. I tried to write it to a FileStorage, but after I read it back, it became one dimension vector. Does anybody have an idea? Thanks.
2 | retagged |
I have two dimensional vector vector<vector<int> > test; I want to save it to file and read it back. I tried to write it to a FileStorage, but after I read it back, it became one dimension vector. Does anybody have an idea? Thanks.
3 | retagged |
I have two dimensional vector vector<vector<int> > test; I want to save it to file and read it back. I tried to write it to a FileStorage, but after I read it back, it became one dimension vector. Does anybody have an idea? Thanks.