c2664
Passing in an Object to an abstract type's constructor in C++
I\'m trying to create CnD_Message_Handler of parent type i_MessageHandler. i_MessageHandler constructor takes a i_MessageFactory, another abstract class. CnD_Message_Factory inherits from i_MessageFac[详细]
2023-04-10 22:20 分类:问答How can i convert pointer-method of some class to pointer-function?
Greating everybody! I have a function-pointer method int Myclass::*myMethod(char* a,char* b){ //some code[详细]
2023-03-21 14:21 分类:问答How to resolve error C2664 _vswprintf_c_l error in visual studio 2005?
The error shown: Error11error C2664: \'_vswprintf_c_l\' : cannot convert parameter 4 from \'void *\' to \'_locale_t\' C:\\Program Files\\Microsoft Visual Studio 8\\VC\\i开发者_StackOverflownclude\\sw[详细]
2023-03-19 19:08 分类:问答In C# how do I define my own Exceptions?
In C# how do I define开发者_如何学JAVA my own Exceptions?Guidelines for creating your own exception (next to the fact that your class should inherit from exception)[详细]
2022-12-18 22:34 分类:问答C2664 error in an attempt to do some OpenGl in c++
Here is an abstract of my code.I\'m trying to use glutSpecialFunc to tell glut to use my KeyPress function[详细]
2022-12-08 06:04 分类:问答