How to overload []= operator?thank you, MiiNiPaa, I see it now.
How to overload []= operator?[code]class tilesManage { std::vector<cocos2d::Sprite *> tiles; public: tilesManage() { tiles = ...
How to overload []= operator?Hi, guys, I'd like to overload two [] operators in a class, which I can get the set the data. like, ...
Why in member function body I can define a obj of its own type?I know that incomplete class type can not have a obj. But why the member function body can define a ...
Do inline functions support seperate compilation?Does it mean that inline functions are internal linkage like const variables?
This user does not accept Private Messages