C++智能指针实现
C++中的智能指针举例详解及注意事项
目录C++ 中普通指针的一些问题如下:解释:智能指针输出指针与智能指针的区别注意:示例:使用模板解决问题输出注意:智能指针的类型auto_ptrunique_ptrshared_ptrweak_ptr总结指针用于访问程序外部的资源—&md[详细]
2025-04-10 12:31 分类:开发File location for config file to app installed to local user location
I have a WinForm app that has inside of 开发者_运维技巧the app\'s config file locations to find files for the app to use as it runs.However, the app will be installed locally for each user so it can\'[详细]
2022-12-28 21:31 分类:问答