Moving into c++

Lee's icon

Hi, just about to start moving some of my stuff from Java/Javascript into C++.

Just wondering whether classes need to be created using an allocator that goes through the C allocation routines (sysmem_newptr etc), whether standard new is ok?

thx Lee

Lee's icon

great, that's what I thought, just wanted to make sure... cheers for the speedy reply... looking forward to giving this a bash!