C++?е????????(auto_ptr)
???????????? ???????[ 2016/2/19 13:51:56 ] ????????.NET ???????
????6. ???????????????????
????1) ?????????????????ù???????????????????л????????????????????????auto_ptr(????????)???????????????auto_ptr?????????????????????????????????????????auto_ptr?????????????????
????void f(auto_ptr<int> ap)
????{
????cout<<*ap;
????}
????auto_ptr<int> ap1(new int(0));
????f(ap1);
????cout<<*ap1; //????????f(ap1)?????????ap1?????????в????????????
????2) ??????????????????????????????????????
??????????????????????ж?????auto_ptr?????????????????Щ??????????????????????????????????????????????????
?????????const reference????????????????????????
????7. auto_ptr??????????????????
?????????easy??delete ??????????????????????????????????ж????????????
????8. auto_ptr??????????????
????1) get()
????????auto_ptr???????????????????????????????
????int* p = new int(33);
????cout << "the adress of p:"<< p << endl;
????auto_ptr<int> ap1(p);
????cout << "the adress of ap1:" << &ap1 << endl;
????cout << "the adress of theobject which ap1 point to: " << ap1.get() << endl;
??????????????£?
????the adress of p: 00481E00
????the adress of ap1: 0012FF68
????the adress of the object which ap1point to: 00481E00
?????????????????????????int????????????????
???????????ap1??????????????????????
????2) reset()
?????????????auto_ptr???????
????????????????????????????????????????????????auto_ptr????reset()???????????????
????auto_ptr< string > pstr_auto( new string( "Brontosaurus" ) );
????pstr_auto.reset( new string("Long -neck" ) );
???????????С??????pstr_auto???"Brontosaurus"???????????????????????????????pstr_auto?????"Long -neck"?????????????
???????reset(0)???????????????檔
????3) release()
????????auto_ptr???????????????????????????????????????
???????????????auto_ptr????????????auto_ptr???????????????????????get??????????
???????????????£?
????auto_ptr< string > pstr_auto( new string( "Brontosaurus" ) );
????auto_ptr< string > pstr_auto2(pstr_auto.get() ); //????????auto_ptr???????????
????auto_ptr< string > pstr_auto2(pstr_auto.release() ); //release??????????????
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
??C++????????????C++ lvalue??rvalueC++11????????C++???????????????C++?е?????????????????C++?????????C++???Windows????λ??C/C++???????????????????JAVA??C??C++??????????c++??python???????????????????????????????C++???????C++?е????????C++????????????????C++ ???????????????C++?????????????????????C++????????????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????