Click here to Skip to main content
15,911,327 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: load image Pin
«_Superman_»6-Jan-09 21:04
professional«_Superman_»6-Jan-09 21:04 
AnswerRe: load image Pin
David Crow7-Jan-09 3:12
David Crow7-Jan-09 3:12 
QuestionHow to call a Dll Pin
tasumisra6-Jan-09 18:53
tasumisra6-Jan-09 18:53 
AnswerRe: How to call a Dll Pin
Cedric Moonen6-Jan-09 20:14
Cedric Moonen6-Jan-09 20:14 
AnswerRe: How to call a Dll Pin
Hamid_RT6-Jan-09 20:19
Hamid_RT6-Jan-09 20:19 
AnswerRe: How to call a Dll Pin
CPallini6-Jan-09 21:57
mveCPallini6-Jan-09 21:57 
AnswerRe: How to call a Dll Pin
nyeboy7-Jan-09 21:16
nyeboy7-Jan-09 21:16 
Questionstruct definition with : Pin
KASR16-Jan-09 18:20
KASR16-Jan-09 18:20 
what does the declaration (:8, :3, :1, etc.,) mean in the folowing struct?

struct CELL {   // Declare CELL bit field
   unsigned short character  : 8;  // 00000000 ????????
   unsigned short foreground : 3;  // 00000??? 00000000
   unsigned short intensity  : 1;  // 0000?000 00000000
   unsigned short background : 3;  // 0???0000 00000000
   unsigned short blink      : 1;  // ?0000000 00000000
} screen[25][80];       // Array of bit fields <pre> 

AnswerRe: struct definition with : Pin
«_Superman_»6-Jan-09 18:48
professional«_Superman_»6-Jan-09 18:48 
GeneralRe: struct definition with : Pin
KASR16-Jan-09 19:09
KASR16-Jan-09 19:09 
AnswerRe: struct definition with : [modified] Pin
«_Superman_»6-Jan-09 19:15
professional«_Superman_»6-Jan-09 19:15 
GeneralRe: struct definition with : Pin
Stuart Dootson7-Jan-09 1:42
professionalStuart Dootson7-Jan-09 1:42 
AnswerRe: struct definition with : Pin
Randor 6-Jan-09 19:26
professional Randor 6-Jan-09 19:26 
AnswerRe: struct definition with : Pin
John R. Shaw7-Jan-09 6:32
John R. Shaw7-Jan-09 6:32 
QuestionHow to read unicode text files Pin
PS@Codeproj6-Jan-09 17:39
PS@Codeproj6-Jan-09 17:39 
AnswerRe: How to read unicode text files Pin
«_Superman_»6-Jan-09 17:51
professional«_Superman_»6-Jan-09 17:51 
AnswerRe: How to read unicode text files Pin
John R. Shaw7-Jan-09 6:59
John R. Shaw7-Jan-09 6:59 
QuestionCAtlRegEx Unhandled Exception Pin
dehseth6-Jan-09 4:45
dehseth6-Jan-09 4:45 
AnswerRe: CAtlRegEx Unhandled Exception Pin
JaydeepB6-Jan-09 8:47
JaydeepB6-Jan-09 8:47 
QuestionMFC Dialog application Pin
bhanu_85096-Jan-09 3:55
bhanu_85096-Jan-09 3:55 
AnswerRe: MFC Dialog application Pin
CPallini6-Jan-09 4:07
mveCPallini6-Jan-09 4:07 
GeneralRe: MFC Dialog application Pin
bhanu_85096-Jan-09 23:14
bhanu_85096-Jan-09 23:14 
GeneralRe: MFC Dialog application Pin
CPallini6-Jan-09 23:51
mveCPallini6-Jan-09 23:51 
AnswerRe: MFC Dialog application Pin
Rajesh R Subramanian6-Jan-09 4:40
professionalRajesh R Subramanian6-Jan-09 4:40 
JokeRe: MFC Dialog application Pin
CPallini6-Jan-09 5:19
mveCPallini6-Jan-09 5:19 

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.