Phantom139 / PhantomBot

A simple cross-platform C++ Twitch Bot with easy to adapt functioning. (Works on Win10 and Linux)
25 stars 9 forks source link

String Class #6

Open Phantom139 opened 7 years ago

Phantom139 commented 7 years ago

While this bot has no real need to break away from the standard template library due to only the two platforms being used, STD::String does have some limitations that I was able to get by with a customized String implementation from my string class from the Galactic 2D engine project.

This would allow for a little bit of code trimming and curb the need for some functioning. Implementation of this would be a short bit of work simply by changing around some lines of code to match the correct data type names used here, along with incorporating std::vector into the one code block that uses it.