I use gcc/g++ to compile my c++ program on ubuntu.
I have confusion about some underlying functions.
Which library provides the implementation of __cxa_atexit?
Which library provides the implementation of vectors, cin and cout?
More general, how can I find which library provide implementation of a specific function?
Thanks a lot.
I cannot find any reference to those functions.
It looks like those are very compiler specific functions (under Linux, it depends on gcc).
But I am not sure.
Could someone help me?