|
|
|
|
|
by jeremiep
3537 days ago
|
|
I've seen a game engine built on shared_ptr that had trouble getting a 2D game performing well on the PS3. Its not that C++ will bloat your program, its that many programmers don't understand the tradeoffs of the primitives they're using, or don't have the experience or vision to see what they become at scale. |
|