c++ - where is overloading operator in memory? -


i researched body of function member in memory , know located in code segment , function member allocated once class defined.

but bodies of overloaded operators located in c++?

like other function, in code segment.

in binary, overloaded operator same other function or method.

the difference between normal function , overloaded operator syntax call them.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -