Click here to Skip to main content
15,799,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionmshflexgrid Pin
Member 5903102-Apr-10 22:27
Member 5903102-Apr-10 22:27 
AnswerRe: mshflexgrid Pin
Richard MacCutchan3-Apr-10 0:20
mveRichard MacCutchan3-Apr-10 0:20 
QuestionModeless Dialog Pin
rjkg2-Apr-10 22:25
rjkg2-Apr-10 22:25 
AnswerRe: Modeless Dialog Pin
Code-o-mat3-Apr-10 0:20
Code-o-mat3-Apr-10 0:20 
GeneralRe: Modeless Dialog Pin
rjkg3-Apr-10 1:14
rjkg3-Apr-10 1:14 
GeneralRe: Modeless Dialog Pin
Code-o-mat3-Apr-10 5:32
Code-o-mat3-Apr-10 5:32 
GeneralRe: Modeless Dialog Pin
Adam Roderick J3-Apr-10 6:26
Adam Roderick J3-Apr-10 6:26 
QuestionC++ syntax: any idea to avoid overwriting functions of base class? Pin
includeh102-Apr-10 21:13
includeh102-Apr-10 21:13 
Here is an example:
class AA
{
public:
	int GetTest(int i)	{return 1;}
};

class BB:public AA
{
public:
	int GetTest(char*ppp)	{return 1;}

	void MyTest()
	{
		GetTest(3);//error line
	}
};

I hope function GetTest(int) of base-class AA still can be used in sub-class BB as described in error line above.

any idea or it is impossible?
AnswerRe: C++ syntax: any idea to avoid overwriting functions of base class? Pin
CPallini3-Apr-10 0:15
mveCPallini3-Apr-10 0:15 
AnswerRe: C++ syntax: any idea to avoid overwriting functions of base class? Pin
Richard MacCutchan3-Apr-10 0:17
mveRichard MacCutchan3-Apr-10 0:17 
GeneralRe: C++ syntax: any idea to avoid overwriting functions of base class? Pin
includeh103-Apr-10 9:22
includeh103-Apr-10 9:22 
GeneralRe: C++ syntax: any idea to avoid overwriting functions of base class? PinPopular
Richard MacCutchan3-Apr-10 10:22
mveRichard MacCutchan3-Apr-10 10:22 
GeneralRe: C++ syntax: any idea to avoid overwriting functions of base class? Pin
Leif Simon Goodwin4-Apr-10 3:09
Leif Simon Goodwin4-Apr-10 3:09 
AnswerRe: C++ syntax: any idea to avoid overwriting functions of base class? Pin
Bernódus Kristinsson24-Apr-10 15:27
Bernódus Kristinsson24-Apr-10 15:27 
Questioncan't run unicode/normalize example Pin
permutations2-Apr-10 17:09
permutations2-Apr-10 17:09 
AnswerRe: can't run unicode/normalize example Pin
Adam Roderick J2-Apr-10 19:17
Adam Roderick J2-Apr-10 19:17 
QuestionRedefination error [modified] Pin
darc koder2-Apr-10 10:47
darc koder2-Apr-10 10:47 
AnswerRe: Redefination error Pin
Rick York2-Apr-10 11:18
mveRick York2-Apr-10 11:18 
GeneralRe: Redefination error Pin
darc koder2-Apr-10 11:40
darc koder2-Apr-10 11:40 
GeneralRe: Redefination error Pin
Rick York2-Apr-10 11:52
mveRick York2-Apr-10 11:52 
AnswerRe: Redefination error Pin
Tim Craig2-Apr-10 15:09
Tim Craig2-Apr-10 15:09 
AnswerRe: Redefination error Pin
«_Superman_»2-Apr-10 16:27
professional«_Superman_»2-Apr-10 16:27 
QuestionDuplicate Handle to get Real Process Handle Pin
ForNow2-Apr-10 9:29
ForNow2-Apr-10 9:29 
AnswerRe: Duplicate Handle to get Real Process Handle Pin
Richard MacCutchan2-Apr-10 10:30
mveRichard MacCutchan2-Apr-10 10:30 
QuestionCComboBox "right allign text" option moves the list box selection arrow to the left (VC 6.0 MFC) Pin
Vaclav_2-Apr-10 9:24
Vaclav_2-Apr-10 9:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.