qsharedpointer
QPair initialization
When I use the following statement, typedef QPair<ItemA, ItemB> test where ItemB is a smart pointer.ie typ开发者_运维知识库edef QSharedpointer<Z> ItemB[详细]
2023-02-19 02:42 分类:问答Qsharedpointer class
I am trying to use a smart pointer class in the following way class A { friendclass B; virtual methods ();[详细]
2023-02-18 23:49 分类:问答Constructor for class 'QSharedPointer<T>' is declared 'explicit' - How to resolve this error
I get the following error when trying to use: typedef QSharedPointer<Test> CTest CTest* Module::function(params)[详细]
2023-02-18 06:37 分类:问答Please explain this expression
class TestPtr : protected QSharedPointer<Test> where Test is an abstract interface class. The TestPtr class should serve as the sma开发者_如何学Crt pointer class.[详细]
2023-02-17 14:18 分类:问答Error while sending mail (attachment file)
in my application i am using to send mail with attachments i write the code like this Using System.Net.Mail;[详细]
2022-12-27 19:51 分类:问答