Click here to Skip to main content
15,878,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionOne DrawItem Function for both CStatic and CComboBox Pin
ForNow30-Apr-22 15:11
ForNow30-Apr-22 15:11 
AnswerRe: One DrawItem Function for both CStatic and CComboBox Pin
Richard MacCutchan30-Apr-22 21:06
mveRichard MacCutchan30-Apr-22 21:06 
GeneralRe: One DrawItem Function for both CStatic and CComboBox Pin
ForNow1-May-22 3:27
ForNow1-May-22 3:27 
GeneralRe: One DrawItem Function for both CStatic and CComboBox Pin
Richard MacCutchan1-May-22 3:36
mveRichard MacCutchan1-May-22 3:36 
GeneralRe: One DrawItem Function for both CStatic and CComboBox Pin
ForNow1-May-22 3:52
ForNow1-May-22 3:52 
QuestionClist Find question Pin
ForNow29-Apr-22 3:12
ForNow29-Apr-22 3:12 
AnswerRe: Clist Find question Pin
Richard Andrew x6429-Apr-22 3:34
professionalRichard Andrew x6429-Apr-22 3:34 
GeneralRe: Clist Find question Pin
ForNow29-Apr-22 3:58
ForNow29-Apr-22 3:58 
Consider the following structure

C++
struct stdecs
{
    struct vsmdesc stordesc;
    char *tcb = "         ";
    struct blkdesc blkdescx;
    CList<blkdesc, blkdesc> freeblock;
    CList<blkdesc, blkdesc> allocblock;
};


with the following Clist definition
C++
CList<stdecs, stdecs> storagediscriptor;


Could I match for an equal against member tcb ? or any other member of the type stdesc

thanks
GeneralRe: Clist Find question Pin
Richard Andrew x6429-Apr-22 4:02
professionalRichard Andrew x6429-Apr-22 4:02 
GeneralRe: Clist Find question Pin
ForNow29-Apr-22 4:15
ForNow29-Apr-22 4:15 
GeneralRe: Clist Find question Pin
Richard Andrew x6429-Apr-22 4:17
professionalRichard Andrew x6429-Apr-22 4:17 
Questionvector, adding things Pin
Calin Negru25-Apr-22 18:42
Calin Negru25-Apr-22 18:42 
AnswerRe: vector, adding things Pin
CPallini25-Apr-22 20:21
mveCPallini25-Apr-22 20:21 
GeneralRe: vector, adding things Pin
Calin Negru25-Apr-22 21:42
Calin Negru25-Apr-22 21:42 
GeneralRe: vector, adding things Pin
CPallini25-Apr-22 21:43
mveCPallini25-Apr-22 21:43 
AnswerRe: vector, adding things Pin
Randor 26-Apr-22 16:03
professional Randor 26-Apr-22 16:03 
GeneralRe: vector, adding things Pin
Calin Negru26-Apr-22 23:09
Calin Negru26-Apr-22 23:09 
QuestionWhy won't VS2015 let me compile? Pin
charlieg21-Apr-22 8:17
charlieg21-Apr-22 8:17 
AnswerRe: Why won't VS2015 let me compile? Pin
Victor Nijegorodov21-Apr-22 9:14
Victor Nijegorodov21-Apr-22 9:14 
GeneralRe: Why won't VS2015 let me compile? Pin
charlieg21-Apr-22 9:51
charlieg21-Apr-22 9:51 
GeneralRe: Why won't VS2015 let me compile? Pin
Victor Nijegorodov21-Apr-22 10:25
Victor Nijegorodov21-Apr-22 10:25 
GeneralMessage Closed Pin
25-Apr-22 20:44
professionalMasudul Herry25-Apr-22 20:44 
GeneralRe: Why won't VS2015 let me compile? Pin
Victor Nijegorodov26-Apr-22 1:54
Victor Nijegorodov26-Apr-22 1:54 
GeneralRe: Why won't VS2015 let me compile? Pin
Richard Deeming26-Apr-22 2:41
mveRichard Deeming26-Apr-22 2:41 
GeneralRe: Why won't VS2015 let me compile? Pin
Richard MacCutchan26-Apr-22 2:41
mveRichard MacCutchan26-Apr-22 2:41 

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.