Skip to content
Baptiste Wicht edited this page Dec 15, 2013 · 2 revisions

As C++ is loaded using no standard library, a lot of features are not available:

  • Exceptions
  • RTTI
  • The STL and the C standard lib

Here are the features that are supported specifically:

  • Dynamic Memory allocation via new and delete
  • Dynamic Memory allocation with k_malloc and k_free directly
  • Global static constructors and destructors are not called
Clone this wiki locally