RoseLeBlood / aSTL

another Standard Template Libary (C++)

Home Page:https://roseleblood.github.io/aSTL/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.:: aSTL - alternative Standard Libary ::.

Eine etwas andere Standard Template Libary die viele Futures aus C# in C++ implantiert. Zum Beispiel event / delegates system siehe dafür examples/event/main.cpp.


Weitere Futures:

  • string format function (std::frmstring(const char* fmt, ...); )

  • another stdout and stdin output see: examples/HelloWorld/main.cpp - class std::Console

  • hash functions see include/hash/hash.cpp

  • einfach zu portieren (see include/config.hpp und src/PLATFORM.cpp)

Geplante Implantierungen:

  • network class for socket, tcp, udp
  • img load and save
  • network streams
  • thread and threadsafe

About

another Standard Template Libary (C++)

https://roseleblood.github.io/aSTL/

License:MIT License


Languages

Language:C++ 96.3%Language:Makefile 1.8%Language:C 1.7%Language:Shell 0.2%Language:PHP 0.0%