Re: substitue for LISTS and TUPLEs in C++

2005-06-16 Thread Roy Smith
"GujuBoy" <[EMAIL PROTECTED]> wrote: > I am trying to transfer some code from PYTHON to C++. What is the best > substitute for a LIST and TUPLE in C++. Depending on exactly what operations you plan to do with it, the Python list will translate into some kind of STL sequence container like vector.

substitue for LISTS and TUPLEs in C++

2005-06-16 Thread GujuBoy
I am trying to transfer some code from PYTHON to C++. What is the best substitute for a LIST and TUPLE in C++. please advice. -- http://mail.python.org/mailman/listinfo/python-list