appending an array to a list in BOOST / Python

GujuBoy dirgesh at gmail.com
Thu Jun 9 01:06:40 EDT 2005


i have an array in C++ (array[100]) and i want to append that to the
list

can i just say list1.append(array)

without actually traversing through the entire array and appending...

how can i do this in BOOST Python

please help




More information about the Python-list mailing list