Re: [ns] how to create a table in c++

2010-07-25 Thread Volker Richter
Hello, maybe one of the STL container fulfills you requirements. Just have a look on http://www.cplusplus.com/reference/stl/ Good luck, Volker Am 18.07.2010 05:50, schrieb Maumita Chatterjee: hiii alll, can u tell me how i create a table like structure with 2 column... in

[ns] how to create a table in c++

2010-07-17 Thread Maumita Chatterjee
hiii alll,    can u tell me how i create a table like structure with 2 column... in c++ code. actually for my work i need to create a table or a list which has 2 column : one is node id 2nd one is  a key value ...that i want to create in .cc file... so how i'll create in