fast destruction of std::vector<std::pair<int, int> >I wouldn't expect the destruction of [code]std::vector<std::pair<int, int>>[/code]. to be expensive ...
Memory pool and its allocator for STL containersPerhaps you can use some kind of manager class that manages each cycle, but reuses the containers, t...
CastYou've divided by 2.0, which is a double, so result is double, not int. Why do you think one of the...
CastWhat do you mean by "gives me another types"? Is it the formatting of the output?
Ho to create one single dll file for entire project in 'C'[quote]Now this menus.c has other functions too located in other files[/quote]Why not add them all t...