mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-23 03:35:06 -04:00
Created C++ Limitations (markdown)
parent
80bed906b3
commit
8e5e44265f
9
C---Limitations.md
Normal file
9
C---Limitations.md
Normal file
@ -0,0 +1,9 @@
|
||||
As C++ is loaded using no standard library, a lot of features are not available:
|
||||
* Exceptions
|
||||
* RTTI
|
||||
* Global static constructors and destructors are not called
|
||||
* Most of the STL as they use standard library functions like memmove
|
||||
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user