I'm using Embedded C++ 3 and I've become very frustrated by the absence of many of the standard headers. For instance, none of STL is there, time.h isn't there, and lots of the file I/O headers aren't there. From what I understand EC++ 4 has some of these, but for backward compatability reasons, I want to stick to version 3.
So my question is, does anyone know what to do about this? Is it possible to simply use the standard headers that come with packages like MSVC 6? Or is there another package out there that supliments this deficiency?
Thanks!


Reply With Quote

