Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: EN_MAXTEXT and CEdit controls Pin
Tim Smith7-Oct-01 12:41
Tim Smith7-Oct-01 12:41 
GeneralRe: EN_MAXTEXT and CEdit controls Pin
Parish7-Oct-01 14:06
Parish7-Oct-01 14:06 
GeneralMFC Active X Pin
lio7-Oct-01 9:39
lio7-Oct-01 9:39 
GeneralRe: MFC Active X Pin
Michael Dunn7-Oct-01 15:00
sitebuilderMichael Dunn7-Oct-01 15:00 
GeneralRe: MFC Active X Pin
Christian Graus7-Oct-01 15:30
protectorChristian Graus7-Oct-01 15:30 
GeneralRe: MFC Active X Pin
Michael Dunn7-Oct-01 17:24
sitebuilderMichael Dunn7-Oct-01 17:24 
QuestionIs it possible to call MeasureItem more than once for an owner drawn control? Pin
DanYELL7-Oct-01 9:23
DanYELL7-Oct-01 9:23 
GeneralDynamic Array template Pin
Giles7-Oct-01 8:14
Giles7-Oct-01 8:14 
I was wondering if anyone could recommend an array class\template that would work with the following array classes within classes?

class Third
{
public:
	int m_data;
	double m_price;
};


typedef CArray< Third > ThirdArray;


class Second
{
public:
	int m_data;

	ThirdArray m_ThirdArr;
};


typedef CArray< Second > SecondArray;


class First
{
public:
	SecondArray m_SecArr;
};


CArray does not like this because of the protected copy constructor. I need to be able to make copies easily of the class First.

Any ideas?

Giles
GeneralRe: Dynamic Array template Pin
Tomasz Sowinski8-Oct-01 1:43
Tomasz Sowinski8-Oct-01 1:43 
GeneralRe: Dynamic Array template Pin
Giles8-Oct-01 7:49
Giles8-Oct-01 7:49 
GeneralRe: Dynamic Array template Pin
Tomasz Sowinski8-Oct-01 9:45
Tomasz Sowinski8-Oct-01 9:45 
GeneralRe: Dynamic Array template Pin
Giles10-Oct-01 8:11
Giles10-Oct-01 8:11 
QuestionSTD C++ less efficient than MFC C++? Pin
7-Oct-01 6:41
suss7-Oct-01 6:41 
AnswerRe: STD C++ less efficient than MFC C++? Pin
Rostrox7-Oct-01 6:54
Rostrox7-Oct-01 6:54 
GeneralRe: STD C++ less efficient than MFC C++? Pin
Fazlul Kabir7-Oct-01 7:14
Fazlul Kabir7-Oct-01 7:14 
AnswerRe: STD C++ less efficient than MFC C++? Pin
Sprudling7-Oct-01 10:39
Sprudling7-Oct-01 10:39 
AnswerRe: STD C++ less efficient than MFC C++? Pin
Tim Smith7-Oct-01 11:26
Tim Smith7-Oct-01 11:26 
GeneralRe: STD C++ less efficient than MFC C++? Pin
Rostrox7-Oct-01 14:34
Rostrox7-Oct-01 14:34 
QuestionHow to convert char * to LPWSTR ?? Pin
adara7-Oct-01 5:00
adara7-Oct-01 5:00 
AnswerRe: How to convert char * to LPWSTR ?? Pin
7-Oct-01 7:08
suss7-Oct-01 7:08 
AnswerRe: How to convert char * to LPWSTR ?? Pin
Tim Smith7-Oct-01 8:43
Tim Smith7-Oct-01 8:43 
AnswerRe: How to convert char * to LPWSTR ?? Pin
Christian Graus7-Oct-01 13:23
protectorChristian Graus7-Oct-01 13:23 
AnswerRe: Just use some useful ATL macros Pin
7-Oct-01 19:44
suss7-Oct-01 19:44 
GeneralPrint Preview Events Pin
7-Oct-01 2:40
suss7-Oct-01 2:40 
GeneralPrinting Error Pin
7-Oct-01 2:36
suss7-Oct-01 2:36 

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.