¡@

Home 

c++ Programming Glossary: multilevel

vector of vectors push_back

http://stackoverflow.com/questions/15838689/vector-of-vectors-push-back

of vectors push_back I'm designing a multilevel queue process simulator in C but I've got a problem when trying.. to implement several queues my queues are vectors .So multilevel is a 4 elements array not vector . Inside each of those elements.. there is a vector type t_PCB . vector vector t_PCB multilevel 4 My question is How can i insert an element at the end of one..