User profile: YorkYin

User info
User name:YorkYin
History
Joined:
Number of posts:6
Latest posts:

How to get source code of C++ STL?
Thanks very much for your kindly and detailed answer:).

How to get source code of C++ STL?
Is it free to get source code of C++ STL? if yes, how to get it? Thanks.

Erase one element in vector in 'for' cycle
oh, I see. thank you very much. Then, if more than one element which meets a condition is to be rem...

Erase one element in vector in 'for' cycle
Below are some code which use erase in 'for' cycle. It want to remove a element which meet the c...

reference can't be bind to different object
Hm, it is reasonable, great thanks.