Questions tagged as 'stl'

1
answer

How much can an unodered_map access cost hamper the performance of a game?

Can access cost to unordered_map cause FPS drop in a game if accessed thousands of times per second? class var { public: template < typename t = double > static inline auto get( const std::string& var_name ) -> t&a...
asked by 02.08.2018 / 19:15
1
answer

Difference between std :: list, std :: vector and std :: array

All containers used to guard data sequentially, but what are the main differences between them?     
asked by 04.11.2016 / 17:30
1
answer

Problem with Iterator Map C ++ [duplicate]

The program for a URI exercise hangs (as in infinite loop) when the input (double) is different from an integer or a decimal number that is not something with a middle (eg 55.5). I have tried to modify the code in several ways, but it seems th...
asked by 20.09.2015 / 09:08