Forum Discussion
Altera_Forum
Honored Contributor
15 years ago'new' is a C++ operator, you probably only have (and want) the C library.
So use malloc() or calloc().'new' is a C++ operator, you probably only have (and want) the C library.
So use malloc() or calloc().