Click here to Skip to main content
15,887,436 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ich ran correctly unfret2008 Visual C++ in static mode? Pin
Richard MacCutchan15-May-13 22:12
mveRichard MacCutchan15-May-13 22:12 
GeneralRe: 2008 Visual C++ in static mode? Pin
Anthony Appleyard15-May-13 23:48
Anthony Appleyard15-May-13 23:48 
GeneralRe: 2008 Visual C++ in static mode? Pin
Richard MacCutchan16-May-13 1:23
mveRichard MacCutchan16-May-13 1:23 
AnswerRe: ich ran correctly unfret2008 Visual C++ in static mode? Pin
jschell16-May-13 8:24
jschell16-May-13 8:24 
QuestionCompress short fixed length string (52 characters) down to less than 40. Pin
hatemtaleb15-May-13 2:52
hatemtaleb15-May-13 2:52 
AnswerRe: Compress short fixed length string (52 characters) down to less than 40. Pin
Jochen Arndt15-May-13 3:48
professionalJochen Arndt15-May-13 3:48 
AnswerRe: Compress short fixed length string (52 characters) down to less than 40. Pin
Joe Woodbury15-May-13 8:26
professionalJoe Woodbury15-May-13 8:26 
AnswerRe: Compress short fixed length string (52 characters) down to less than 40. Pin
David Crow15-May-13 10:38
David Crow15-May-13 10:38 
If your input characters are all 0-127 ASCII, you could store 9 characters in 8 bytes. It only amounts to about a 12.5% savings (which does not meet your requirement), but it's easy enough to code up.

"One man's wage rise is another man's price increase." - Harold Wilson

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous


AnswerRe: Compress short fixed length string (52 characters) down to less than 40. Pin
dusty_dex17-May-13 14:47
dusty_dex17-May-13 14:47 
GeneralRe: Compress short fixed length string (52 characters) down to less than 40. Pin
hatemtaleb24-May-13 4:12
hatemtaleb24-May-13 4:12 
QuestionSetCheck on click in CListCtrl Pin
_Flaviu15-May-13 2:30
_Flaviu15-May-13 2:30 
AnswerRe: SetCheck on click in CListCtrl Pin
Jochen Arndt15-May-13 3:33
professionalJochen Arndt15-May-13 3:33 
GeneralRe: SetCheck on click in CListCtrl Pin
_Flaviu15-May-13 20:53
_Flaviu15-May-13 20:53 
GeneralRe: SetCheck on click in CListCtrl Pin
Jochen Arndt15-May-13 21:05
professionalJochen Arndt15-May-13 21:05 
GeneralRe: SetCheck on click in CListCtrl Pin
_Flaviu15-May-13 21:26
_Flaviu15-May-13 21:26 
GeneralRe: SetCheck on click in CListCtrl Pin
Jochen Arndt15-May-13 21:36
professionalJochen Arndt15-May-13 21:36 
GeneralRe: SetCheck on click in CListCtrl Pin
_Flaviu15-May-13 23:07
_Flaviu15-May-13 23:07 
GeneralRe: SetCheck on click in CListCtrl Pin
Jochen Arndt15-May-13 23:20
professionalJochen Arndt15-May-13 23:20 
GeneralRe: SetCheck on click in CListCtrl Pin
_Flaviu15-May-13 23:24
_Flaviu15-May-13 23:24 
QuestionWriting on BitMap by DC does not work Pin
Member 989133414-May-13 21:17
Member 989133414-May-13 21:17 
AnswerRe: Writing on BitMap by DC does not work Pin
dusty_dex17-May-13 6:26
dusty_dex17-May-13 6:26 
QuestionHow to read-write Excel using MFC, without MS Office? Pin
Caesarea14-May-13 20:03
Caesarea14-May-13 20:03 
AnswerRe: How to read-write Excel using MFC, without MS Office? Pin
Richard MacCutchan14-May-13 21:09
mveRichard MacCutchan14-May-13 21:09 
AnswerRe: How to read-write Excel using MFC, without MS Office? Pin
Member 989133414-May-13 21:14
Member 989133414-May-13 21:14 
AnswerRe: How to read-write Excel using MFC, without MS Office? Pin
Jochen Arndt14-May-13 21:14
professionalJochen Arndt14-May-13 21:14 

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.