Click here to Skip to main content
15,888,133 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DDX_Control and DDX_Text Pin
derek728-Feb-06 15:08
derek728-Feb-06 15:08 
GeneralRe: DDX_Control and DDX_Text Pin
mbue28-Feb-06 15:14
mbue28-Feb-06 15:14 
GeneralRe: DDX_Control and DDX_Text Pin
derek728-Feb-06 15:33
derek728-Feb-06 15:33 
Questionusing bitmap as logo in diaglog-based app Pin
swatgodjr28-Feb-06 13:22
swatgodjr28-Feb-06 13:22 
AnswerRe: using bitmap as logo in diaglog-based app Pin
mbue28-Feb-06 13:45
mbue28-Feb-06 13:45 
GeneralRe: using bitmap as logo in diaglog-based app Pin
swatgodjr28-Feb-06 14:33
swatgodjr28-Feb-06 14:33 
GeneralRe: using bitmap as logo in diaglog-based app Pin
mbue28-Feb-06 14:51
mbue28-Feb-06 14:51 
QuestionWhat does this syntax mean? Pin
Richard Andrew x6428-Feb-06 11:55
professionalRichard Andrew x6428-Feb-06 11:55 
Hello,

What does it mean when a structure member declaration is followed by a colon, then a number, as in:

typedef struct tagMENUBARINFO
{
    DWORD cbSize;
    RECT rcBar;          // rect of bar, popup, item
    HMENU hMenu;         // real menu handle of bar, popup
    HWND hwndMenu;       // hwnd of item submenu if one
    BOOL fBarFocused:1;  // bar, popup has the focus
    BOOL fFocused:1;     // item has the focus
} MENUBARINFO, *PMENUBARINFO, *LPMENUBARINFO;


The "fBarFocused" member has a ":1" after it. What does that mean?

Thank you very much,
Rich
AnswerRe: What does this syntax mean? Pin
Chris Losinger28-Feb-06 12:05
professionalChris Losinger28-Feb-06 12:05 
AnswerRe: What does this syntax mean? Pin
PJ Arends28-Feb-06 12:07
professionalPJ Arends28-Feb-06 12:07 
AnswerRe: What does this syntax mean? Pin
Ryan Binns28-Feb-06 18:18
Ryan Binns28-Feb-06 18:18 
QuestionAny java/C#-like STL alternatives for unmanaged c++? Pin
FocusedWolf28-Feb-06 11:03
FocusedWolf28-Feb-06 11:03 
AnswerRe: Any java/C#-like STL alternatives for unmanaged c++? Pin
Chris Losinger28-Feb-06 12:06
professionalChris Losinger28-Feb-06 12:06 
AnswerRe: Any java/C#-like STL alternatives for unmanaged c++? Pin
Stephen Hewitt28-Feb-06 12:36
Stephen Hewitt28-Feb-06 12:36 
QuestionReading a 16bit data file??? Pin
pavanbabut28-Feb-06 10:18
pavanbabut28-Feb-06 10:18 
AnswerRe: Reading a 16bit data file??? Pin
David Crow28-Feb-06 10:27
David Crow28-Feb-06 10:27 
AnswerRe: Reading a 16bit data file??? Pin
PJ Arends28-Feb-06 11:08
professionalPJ Arends28-Feb-06 11:08 
GeneralRe: Reading a 16bit data file??? Pin
pavanbabut28-Feb-06 11:21
pavanbabut28-Feb-06 11:21 
GeneralRe: Reading a 16bit data file??? Pin
PJ Arends28-Feb-06 11:47
professionalPJ Arends28-Feb-06 11:47 
QuestionC++ app with no MS CRT usage Pin
Jim Crafton28-Feb-06 10:00
Jim Crafton28-Feb-06 10:00 
AnswerRe: C++ app with no MS CRT usage Pin
PJ Arends28-Feb-06 11:12
professionalPJ Arends28-Feb-06 11:12 
GeneralRe: C++ app with no MS CRT usage Pin
James Brown28-Feb-06 13:00
James Brown28-Feb-06 13:00 
GeneralRe: C++ app with no MS CRT usage Pin
derek728-Feb-06 15:17
derek728-Feb-06 15:17 
Questiondebugging an exe on windows xp Pin
ns28-Feb-06 8:20
ns28-Feb-06 8:20 
QuestionSDI's View DC Pin
masnu28-Feb-06 6:54
masnu28-Feb-06 6:54 

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.