Allocate C++ array

16 views
Skip to first unread message

Jeroen Demeyer

unread,
Nov 12, 2015, 10:15:01 PM11/12/15
to cython-users
Hello Cython users,

Is there some Cython code which can generate the C++ statements

x = new T[n];
delete[] x;

for allocating and deallocating an array of type T with n elements?


Thanks,
Jeroen.
Reply all
Reply to author
Forward
0 new messages