Troxsoft / modstd

a utils headers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a c++ 11 library that makes things that should be easy easier

mit lisence

classes

  • MString -> MString is a class that contains very useful methods for managing strings. At any time it can be converted to a string.
  • MVector -> MVector is a class similar to vector but with easy and useful methods. At any time it can be converted to std::vector

About

a utils headers

License:MIT License


Languages

Language:C++ 99.7%Language:Makefile 0.3%