c++ Programming Glossary: vecvec
Generic vector of vectors in C++ http://stackoverflow.com/questions/293988/generic-vector-of-vectors-in-c want to do is template typename T typedef vector vector T vecvec vecvec int intSequences vecvec string stringSequences but of.. do is template typename T typedef vector vector T vecvec vecvec int intSequences vecvec string stringSequences but of course.. T typedef vector vector T vecvec vecvec int intSequences vecvec string stringSequences but of course that's not possible since..
|