Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHBITMAP Pin
nitin321-Sep-07 20:34
nitin321-Sep-07 20:34 
AnswerRe: HBITMAP Pin
John R. Shaw21-Sep-07 20:55
John R. Shaw21-Sep-07 20:55 
AnswerRe: HBITMAP Pin
Hamid_RT21-Sep-07 23:39
Hamid_RT21-Sep-07 23:39 
AnswerRe: HBITMAP Pin
Nishad S21-Sep-07 23:39
Nishad S21-Sep-07 23:39 
Questioni want to add installation wizard dialog box in mfc application. Pin
Dhiraj kumar Saini21-Sep-07 19:28
Dhiraj kumar Saini21-Sep-07 19:28 
AnswerRe: i want to add installation wizard dialog box in mfc application. Pin
prasad_som21-Sep-07 19:39
prasad_som21-Sep-07 19:39 
AnswerRe: i want to add installation wizard dialog box in mfc application. Pin
Hamid_RT21-Sep-07 23:42
Hamid_RT21-Sep-07 23:42 
QuestionWhat such code mean? Pin
kcynic21-Sep-07 19:04
kcynic21-Sep-07 19:04 
I saw a code chunk like this:

// MP3FRAMEHEADER structure
struct MP3FRAMEHEADER
{
unsigned emphasis : 2; // M
unsigned original : 1; // L
unsigned copyright : 1; // K
unsigned modeext : 2; // J
unsigned chanmode : 2; // I
unsigned privbit : 1; // H
unsigned padding : 1; // G
unsigned samplerate : 2; // F
unsigned bitrate : 4; // E
unsigned hascrc : 1; // D
unsigned mpeglayer : 2; // C
unsigned mpegver : 2; // B
unsigned framesync : 11; // A
};

There,the number like 2,1,1,... means what?
It does not look like the initialized number of its front member?
Who would like to tell why the writer coding like above?
Thanks.

GOOD LUCK!
AnswerRe: What such code mean? Pin
nitin321-Sep-07 19:25
nitin321-Sep-07 19:25 
AnswerRe: What such code mean? Pin
prasad_som21-Sep-07 19:41
prasad_som21-Sep-07 19:41 
GeneralRe: What such code mean? Pin
kcynic21-Sep-07 21:35
kcynic21-Sep-07 21:35 
GeneralRe: What such code mean? Pin
kcynic21-Sep-07 22:03
kcynic21-Sep-07 22:03 
AnswerRe: What such code mean? Pin
John R. Shaw21-Sep-07 21:08
John R. Shaw21-Sep-07 21:08 
QuestionGetting the process that owns the window Pin
Tydia-kun21-Sep-07 10:24
Tydia-kun21-Sep-07 10:24 
AnswerRe: Getting the process that owns the window Pin
Mark Salsbery21-Sep-07 11:08
Mark Salsbery21-Sep-07 11:08 
GeneralRe: Getting the process that owns the window Pin
led mike21-Sep-07 11:22
led mike21-Sep-07 11:22 
GeneralRe: Getting the process that owns the window Pin
Mark Salsbery21-Sep-07 11:45
Mark Salsbery21-Sep-07 11:45 
AnswerRe: Getting the process that owns the window Pin
Mark Salsbery21-Sep-07 11:20
Mark Salsbery21-Sep-07 11:20 
GeneralRe: Getting the process that owns the window Pin
led mike21-Sep-07 11:26
led mike21-Sep-07 11:26 
GeneralRe: Getting the process that owns the window Pin
Mark Salsbery21-Sep-07 11:52
Mark Salsbery21-Sep-07 11:52 
GeneralRe: Getting the process that owns the window Pin
Tydia-kun21-Sep-07 11:39
Tydia-kun21-Sep-07 11:39 
GeneralRe: Getting the process that owns the window Pin
Mark Salsbery21-Sep-07 11:49
Mark Salsbery21-Sep-07 11:49 
GeneralRe: Getting the process that owns the window Pin
Tydia-kun21-Sep-07 12:29
Tydia-kun21-Sep-07 12:29 
GeneralRe: Getting the process that owns the window Pin
Mark Salsbery21-Sep-07 12:34
Mark Salsbery21-Sep-07 12:34 
GeneralRe: Getting the process that owns the window Pin
Tydia-kun21-Sep-07 12:44
Tydia-kun21-Sep-07 12:44 

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.