Home  »  Tips   »   Importance of Memory Management in C++

Importance of Memory Management in C++

C++ has pointers, whereas Java and C# do not. All three languages support references. Memory management is very important for C++ game developers, and learning about it is highly recommended.

Data Structures and Algorithms for Game Developers: Allen Sherrod

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

Available under:
Tips