C/C++ library
Find a file
2025-09-18 21:58:15 +02:00
include reformat everything 2025-09-07 23:24:57 +02:00
make makefile fixes 2025-09-18 21:58:15 +02:00
src reformat everything 2025-09-07 23:24:57 +02:00
.gitignore that file was not supposed to be committed 2025-09-16 13:57:18 +02:00
DEPENDENCIES.md change HTTPserver and TCPserver constructor and listen function calls 2025-02-05 21:06:03 +01:00
LICENSE Create LICENSE 2024-05-29 16:06:10 +02:00
Makefile haha oopsie forgot that one 2025-09-17 22:25:59 +02:00
README.md update README.md 2025-08-22 14:38:58 +02:00
TODO.md build process overhaul (incremental builds <3) 2025-08-22 14:34:24 +02:00

Welcome to fpxlib-C :3

just a fun lil' side project i've been working on for a bit. I'll keep updating it with more stuff as I go along on my journey to learn more C and C++


Makefile instructions:

  • make to compile into libraries (.a for linux, .lib for windows)

x86_64 assembly

Some parts of the library have been written in x86_64 assembly. These have not been processed into the build system yet, but will be soon

have fun uwu