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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to