Go to file
2025-06-02 16:13:29 +03:00
.vscode BUUUUUNCH of shit, but added logger, more stl nonsense, improved code quaklity, squashed bugs. 2025-05-31 16:12:31 +03:00
src Rename project, move headers to cx folder for convenience 2025-06-02 16:05:39 +03:00
test Rename project, move headers to cx folder for convenience 2025-06-02 16:05:39 +03:00
.clang-format Add formatting, printing, new stl stuff, unfuck vec, change clangd styling 2025-05-18 18:51:05 +03:00
.clang-tidy Vec<T> works!!!!!!!!!! 2025-05-12 21:37:13 +03:00
.clangd Vec<T> works!!!!!!!!!! 2025-05-12 21:37:13 +03:00
.editorconfig finished 2024-04-02 17:54:40 +03:00
.gitignore :3 2025-05-11 21:51:54 +03:00
LICENSE Initial commit 2024-04-02 17:38:30 +03:00
Makefile Add readme, change libname in makefile 2025-06-02 16:13:29 +03:00
README.md Add readme, change libname in makefile 2025-06-02 16:13:29 +03:00

libcx, a C++ standard library but not bloated

This Library is made by a rust developer that wanted to learn C++ without going insane. So this library has a similar structure to the rust stdlib. Sadly cxx modules still suck, so headers will work for now as this is in heavy development.

Building

Just run make, no other library than libc is used as of now. It will create both a static and shared library. I cant guarantee the shared lib working, cuz i dont really use it for now.

Contributing

Just clone it and do the changes, then make a PR. Or even better just DM me on Discord: @mcorange

License

See LICENSE

Contributors

Me