what complier do when overloads operators in a class?i have soloved it,thans for your help
what complier do when overloads operators in a class?ake "+" as an example.when overloading operator+ in a class: [code] class obj{ public: ...
destruct of containerok,but i wonder if it is no need for programmer to dtor the vector(in that case). and in what case s...
destruct of container[code] #include<iostream> #include<vector> using namespace std; int main(){ vector<int>...
about shared_ptrfirst time to use shared_ptr and wrote the code below. [code] #include <iostream> #include <me...
This user does not accept Private Messages