mcpplibs是mcpp-community社区维护的一个"模块化"的现代C++库集合
// more-details: https://github.com/mcpplibs/templates
import mcpplibs.templates;
auto main() -> int {
mcpplibs::hello_mcpp();
}mcpplibs是mcpp-community社区维护的一个"模块化"的现代C++库集合
// more-details: https://github.com/mcpplibs/templates
import mcpplibs.templates;
auto main() -> int {
mcpplibs::hello_mcpp();
}An implementation of openkal for Emscripten, written above a C library rather than beneath one.
The reference implementation of openkal for Linux, maintained as a worked example
Board support for QEMU's aarch64 virt machine — zero-libc tier: memory layout, startup, console and runner
Board support for QEMU's RISC-V virt machine — picolibc, startup, memory layout and the emulator, so a bare-metal mcpp project needs no [target.*] section
Loading…
Loading…