C++宏函数实现单例模板
-
C++使用宏函数实现单例模板详解
目录ISingleton.hpp使用方式Aclass.hAclass.cppmain.c在我们日常开发中,无可避免需要使用单例模式进行设计类对象,那么实际上我们写单例格式基本都是一样的,那么每次都要写几乎一模一样的代码来实现我们需要的单例[详细]
2023-02-11 10:43 分类:开发 Why does a delegate with no parameters compile?
I\'m confused why this compiles: private delegate int MyDelegate(int p1, int p2); private void testDelegate()[详细]
2022-12-27 09:08 分类:问答