Click here to Skip to main content
15,915,752 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: inheriting std::vector Pin
Chris Losinger17-Jun-10 16:34
professionalChris Losinger17-Jun-10 16:34 
GeneralRe: inheriting std::vector Pin
Emilio Garavaglia18-Jun-10 3:12
Emilio Garavaglia18-Jun-10 3:12 
GeneralRe: inheriting std::vector Pin
Chris Losinger18-Jun-10 11:17
professionalChris Losinger18-Jun-10 11:17 
Questionscan array of byte Pin
rockago17-Jun-10 8:25
rockago17-Jun-10 8:25 
AnswerRe: scan array of byte Pin
Niklas L17-Jun-10 8:34
Niklas L17-Jun-10 8:34 
GeneralRe: scan array of byte Pin
rockago17-Jun-10 8:48
rockago17-Jun-10 8:48 
GeneralRe: scan array of byte Pin
Niklas L17-Jun-10 9:11
Niklas L17-Jun-10 9:11 
QuestionRe: scan array of byte Pin
David Crow17-Jun-10 9:11
David Crow17-Jun-10 9:11 
QuestionEnumwindows hangs (freezing) application any idea? Pin
ERLN17-Jun-10 8:07
ERLN17-Jun-10 8:07 
QuestionRe: Enumwindows hangs (freezing) application any idea? Pin
David Crow17-Jun-10 9:07
David Crow17-Jun-10 9:07 
AnswerRe: Enumwindows hangs (freezing) application any idea? Pin
rp_suman17-Jun-10 19:07
rp_suman17-Jun-10 19:07 
GeneralRe: Enumwindows hangs (freezing) application any idea? Pin
ERLN17-Jun-10 22:28
ERLN17-Jun-10 22:28 
QuestionA Doubt Pin
Benjamin Bruno17-Jun-10 7:57
Benjamin Bruno17-Jun-10 7:57 
AnswerRe: A Doubt Pin
Niklas L17-Jun-10 8:08
Niklas L17-Jun-10 8:08 
GeneralRe: A Doubt Pin
Chris Losinger17-Jun-10 9:18
professionalChris Losinger17-Jun-10 9:18 
GeneralRe: A Doubt Pin
Niklas L17-Jun-10 9:20
Niklas L17-Jun-10 9:20 
GeneralRe: A Doubt Pin
Chris Losinger17-Jun-10 9:23
professionalChris Losinger17-Jun-10 9:23 
GeneralRe: A Doubt Pin
Aescleal17-Jun-10 9:32
Aescleal17-Jun-10 9:32 
GeneralRe: A Doubt Pin
Niklas L17-Jun-10 9:47
Niklas L17-Jun-10 9:47 
AnswerRe: A Doubt Pin
Richard MacCutchan17-Jun-10 9:47
mveRichard MacCutchan17-Jun-10 9:47 
AnswerRe: A Doubt Pin
Stephen Hewitt17-Jun-10 15:06
Stephen Hewitt17-Jun-10 15:06 
QuestionRe: A Doubt Pin
JobinG20-Jun-10 19:08
JobinG20-Jun-10 19:08 
AnswerRe: A Doubt Pin
Stephen Hewitt21-Jun-10 15:00
Stephen Hewitt21-Jun-10 15:00 
AnswerRe: A Doubt Pin
Tim Craig17-Jun-10 17:54
Tim Craig17-Jun-10 17:54 
To reinforce what Richard said, while this is cute, it's always counterproductive. It's so subtle that even if you KNOW what you're doing, you're going to screw it up and in a production environment, you're going to confuse someone who's not was good with obfurscated code as you think you are. Just write it out in the clearest possible terms and let the compiler worry about optimizing it these days. The compiler can do optimizations that would curl your hair if you looked at what it was doing. Smile | :)
Once you agree to clans, tribes, governments...you've opted for socialism. The rest is just details.

QuestionCAsyncSocket server questions Pin
MikeRWinter17-Jun-10 7:56
MikeRWinter17-Jun-10 7:56 

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.