Click here to Skip to main content
15,890,123 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Transparency in CTreeCtrl Pin
Steve Echols18-Nov-06 6:06
Steve Echols18-Nov-06 6:06 
GeneralRe: Transparency in CTreeCtrl Pin
dum20-Nov-06 12:16
dum20-Nov-06 12:16 
AnswerRe: Transparency in CTreeCtrl Pin
dum20-Nov-06 12:13
dum20-Nov-06 12:13 
QuestionDisplaying a jpeg file in a static picture control Pin
Sorin Basca16-Nov-06 6:24
Sorin Basca16-Nov-06 6:24 
AnswerRe: Displaying a jpeg file in a static picture control Pin
Mark Salsbery16-Nov-06 7:26
Mark Salsbery16-Nov-06 7:26 
GeneralRe: Displaying a jpeg file in a static picture control Pin
Sorin Basca16-Nov-06 8:07
Sorin Basca16-Nov-06 8:07 
AnswerRe: Displaying a jpeg file in a static picture control Pin
Hamid_RT16-Nov-06 8:14
Hamid_RT16-Nov-06 8:14 
QuestionAssignment operator question Pin
act_x16-Nov-06 6:20
act_x16-Nov-06 6:20 
Say I have a class


template<T>
class CMyArray
{

public :

Add (..)
..
..

private :
list<T>m_list ; // STL List
}


Now if i create two objects

CMyArray<CString> a ;
CMyArray<CString> b ;

a.Add("A1");
a.Add("B2");

b = a ;


Without explicity implementing an assignment operator , is it safe to do the above assignment ?



AnswerRe: Assignment operator question Pin
prasad_som16-Nov-06 18:32
prasad_som16-Nov-06 18:32 
QuestionHow to resize a FormView inside a Splitter Pane? Pin
Franken16-Nov-06 6:13
Franken16-Nov-06 6:13 
QuestionChanging the Text on Button Created From TBBUTTON Pin
georgekjolly16-Nov-06 5:09
georgekjolly16-Nov-06 5:09 
AnswerRe: Changing the Text on Button Created From TBBUTTON Pin
Mark Salsbery16-Nov-06 6:12
Mark Salsbery16-Nov-06 6:12 
GeneralRe: Changing the Text on Button Created From TBBUTTON Pin
georgekjolly16-Nov-06 17:53
georgekjolly16-Nov-06 17:53 
GeneralRe: Changing the Text on Button Created From TBBUTTON Pin
Mark Salsbery17-Nov-06 3:58
Mark Salsbery17-Nov-06 3:58 
Questionhyperthreading driver Pin
vineeshV16-Nov-06 4:56
vineeshV16-Nov-06 4:56 
Questionempty CPropertyPage + manifest = incorrect background Pin
AnthonyJ16-Nov-06 4:37
AnthonyJ16-Nov-06 4:37 
QuestionGDI+ Pin
Waldermort16-Nov-06 4:12
Waldermort16-Nov-06 4:12 
AnswerRe: GDI+ Pin
Mark Salsbery16-Nov-06 4:34
Mark Salsbery16-Nov-06 4:34 
GeneralRe: GDI+ Pin
Waldermort16-Nov-06 4:49
Waldermort16-Nov-06 4:49 
AnswerRe: GDI+ Pin
Mark Salsbery16-Nov-06 4:36
Mark Salsbery16-Nov-06 4:36 
QuestionCatching click event in the webbrowser document Pin
rrrado16-Nov-06 4:00
rrrado16-Nov-06 4:00 
AnswerRe: Catching click event in the webbrowser document Pin
led mike16-Nov-06 5:12
led mike16-Nov-06 5:12 
QuestionOdd MFC Property Page Data Loss Pin
switang16-Nov-06 3:56
switang16-Nov-06 3:56 
GeneralRe: Odd MFC Property Page Data Loss [modified] Pin
switang16-Nov-06 4:17
switang16-Nov-06 4:17 
AnswerRe: Odd MFC Property Page Data Loss Pin
Mark Salsbery16-Nov-06 4:42
Mark Salsbery16-Nov-06 4:42 

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.