▲ 8 r/osdev
Dealing with userspace C++ applications
Hello everyone.
Did someone tried to make a full functioning environment for C++ programs on your OS (with exceptions and other features).
Currently i have libc written from scratch as shared lib, which i link to my userspace apps for my os. It does not full compliant with posix, but i working on it implementing new functions and fixing old ones that behave differently from standard.
Do i need to implement stdc++ and STL on my own for my os, or it is possible to use gcc default implementation?
u/cvostr — 1 day ago