Click here to Skip to main content
15,906,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDisabling ALT-TAB Pin
Atlence29-Nov-04 22:48
Atlence29-Nov-04 22:48 
GeneralFormat Conversion Pin
Anonymous29-Nov-04 22:46
Anonymous29-Nov-04 22:46 
GeneralRe: Format Conversion Pin
Arsalan Malik29-Nov-04 23:09
Arsalan Malik29-Nov-04 23:09 
GeneralRe: Format Conversion Pin
David Crow30-Nov-04 3:03
David Crow30-Nov-04 3:03 
GeneralDialog Resource Problem Pin
Member 1697729-Nov-04 21:51
Member 1697729-Nov-04 21:51 
Questionhow to restricted browser Pin
vc-programmer-29-Nov-04 21:43
vc-programmer-29-Nov-04 21:43 
AnswerRe: how to restricted browser Pin
ThatsAlok30-Nov-04 0:58
ThatsAlok30-Nov-04 0:58 
Questionwhat the hell is this grammar all about Pin
LiYS29-Nov-04 21:20
LiYS29-Nov-04 21:20 
Smile | :) Hi all:
In CP I came across a demo project, and when I start trying to grasp It's source code, the following declaration really comfuse me up!What this colon is all about?
Is anyone can give me a explanation? I appreciate that!

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
};
AnswerRe: what the hell is this grammar all about Pin
Steve S29-Nov-04 21:34
Steve S29-Nov-04 21:34 
GeneralRe: what the hell is this grammar all about Pin
LiYS29-Nov-04 21:45
LiYS29-Nov-04 21:45 
GeneralRe: what the hell is this grammar all about Pin
benjymous29-Nov-04 22:38
benjymous29-Nov-04 22:38 
GeneralRe: what the hell is this grammar all about Pin
LiYS29-Nov-04 22:53
LiYS29-Nov-04 22:53 
GeneralRe: what the hell is this grammar all about Pin
benjymous29-Nov-04 22:59
benjymous29-Nov-04 22:59 
GeneralRe: what the hell is this grammar all about Pin
LiYS29-Nov-04 23:08
LiYS29-Nov-04 23:08 
AnswerRe: what the hell is this grammar all about Pin
David Crow30-Nov-04 3:09
David Crow30-Nov-04 3:09 
Generalhighlighting a portion of a bitmap Pin
Arrun29-Nov-04 19:57
Arrun29-Nov-04 19:57 
QuestionFunction Parameters in a C DLL? Pin
Arsalan Malik29-Nov-04 19:41
Arsalan Malik29-Nov-04 19:41 
AnswerRe: Function Parameters in a C DLL? Pin
basementman30-Nov-04 4:45
basementman30-Nov-04 4:45 
GeneralRe: Function Parameters in a C DLL? Pin
Arsalan Malik30-Nov-04 16:53
Arsalan Malik30-Nov-04 16:53 
GeneralOLE2ANSI issue in VS.Net 2003 Pin
sajpt29-Nov-04 19:36
sajpt29-Nov-04 19:36 
GeneralRe: OLE2ANSI issue in VS.Net 2003 Pin
El'Cachubrey29-Nov-04 20:25
El'Cachubrey29-Nov-04 20:25 
GeneralRe: OLE2ANSI issue in VS.Net 2003 Pin
sajpt29-Nov-04 20:48
sajpt29-Nov-04 20:48 
GeneralRe: OLE2ANSI issue in VS.Net 2003 Pin
sajpt29-Nov-04 23:22
sajpt29-Nov-04 23:22 
GeneralReading function signature from DLL... Pin
Orkun GEDiK29-Nov-04 18:50
Orkun GEDiK29-Nov-04 18:50 
GeneralRe: Reading function signature from DLL... Pin
ThatsAlok29-Nov-04 19:00
ThatsAlok29-Nov-04 19:00 

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.