Anyone played with tinker CAD?

Started messing about in tinkercad, got nowhere. It seems the the emulator doesn't have delete()?

In function `linkListObj::~linkListObj()':
1066: undefined reference to `operator delete(void*, unsigned int)'
 In function `linkList::~linkList()':
1066: undefined reference to `operator delete(void*, unsigned int)'
 In function `timeObj::~timeObj()':
1066: undefined reference to `operator delete(void*, unsigned int)'
 In function `idler::~idler()':
1066: undefined reference to `operator delete(void*, unsigned int)'
 In function `idlers::~idlers()':
1066: undefined reference to `operator delete(void*, unsigned int)'
/home/circuits/123d-circuits/cio-arduino-compiler/build/sketch.ino:1066: more undefined references to `operator delete(void*, unsigned int)' follow
 error: ld returned 1 exit status
 exit status 1

Is there some way to make it act like a real compiler?

-jim lee

Not that I'm aware of. Used the emulator for ultrasonic sensor controlled servo few months ago, they flat out suck. Very limited library (not even timer.h), and they seem to have very limited C++ support.

For very basic Arduino sketches, they work well, but anything bit more involved, they're unusable.

Quick edit, seems like TinkerCAD doesn't even support C++ 11.