for c++ is new and delete rigth?
#define NEW(T) (T*)malloc(sizeof(T))
#define MANY(T,N) (T*)malloc(sizeof(T)*(N))
...
int* a = NEW(int);
int* b = MANY(int,10);
Daniele°
Anonymous
Abbers
Ismail
klimi
Maksim
Zel
Hayk
AB
Biruk
Ilya
Dima
Rash