User: hesm

  • Public profile

User profile: hesm

User info
User name:hesm
History
Joined:
Number of posts:4
Latest posts:

using object of derived class instead object of base class in argument of function in derived class
dear andywestken, many thanks for your help. These codes let us to check types in running-time: [c...

using object of derived class instead object of base class in argument of function in derived class
Many thanks for your reply cire: In fact, in class IX, we want to design x such that its argument is...

using object of derived class instead object of base class in argument of function in derived class
Our apologies if the title is not appropriate. How can i solve below problem? [code]class IA { }; c...

error C3867: 'TEST::f1': function call missing argument list; use '&TEST::f1' to create a pointer to member
#include "stdafx.h" #include "stdio.h" #include "stdlib.h" class TEST { typedef int (*F)(int...

This user does not accept Private Messages