Home  »  Tips   »   Using the C++ Standard Template Library (STL) in Game Development

Using the C++ Standard Template Library (STL) in Game Development

Generally, you want to avoid wasting time creating your own data structures instead of using the C++ Standard Template Library (STL). However in game development, it is good to note that sometimes the STL is not the best option. It depending on specific application

The C++ Standard Template Library Overview
Wikipage on the C++ Standard Template Library

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.

Available under:
Tips