Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 13:33:57 +0000



Post From: Notice: Study Exceptions in New Versions and Code Efficiency

[2020-06-17 18:07:15]
User972768 - Posts: 166
@elji00 According to post #4 of this thread there are 2 different objects behind "old" and "fast" ways. One is STL map (for "old"), and another one is STL vector (for "fast"). As these are totally different memory structures, accessing first element from your example returns int values from different memory regions.