Click here to Skip to main content
15,893,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRound Button Pin
john563227-Jun-10 21:25
john563227-Jun-10 21:25 
AnswerRe: Round Button Pin
Software_Developer27-Jun-10 22:16
Software_Developer27-Jun-10 22:16 
AnswerRe: Round Button Pin
Mohan Ramachandra27-Jun-10 22:27
Mohan Ramachandra27-Jun-10 22:27 
QuestionException Pin
T.RATHA KRISHNAN27-Jun-10 21:20
T.RATHA KRISHNAN27-Jun-10 21:20 
AnswerRe: Exception PinPopular
Niklas L27-Jun-10 21:29
Niklas L27-Jun-10 21:29 
AnswerRe: Exception Pin
Aescleal27-Jun-10 22:01
Aescleal27-Jun-10 22:01 
QuestionStdafx Pin
VeSudha27-Jun-10 20:59
VeSudha27-Jun-10 20:59 
AnswerRe: Stdafx Pin
Niklas L27-Jun-10 21:14
Niklas L27-Jun-10 21:14 
All code in it, mainly includes, is put in a precompiled header file (*.pch) once. If you compile two translation units (.cpp files) using precompiled headers, only the first will go through all the code in stdafx.h. The second will use the precompiled data found in the .pch file instead.

The main reason for this is compilation speed.

Normally you put stuff in stdafx.h that changes rarely, because if you modify it, it will trigger a full rebuild on the next compilation.

QuestionUsage of IHTMLElement Pin
Pk.j27-Jun-10 18:36
Pk.j27-Jun-10 18:36 
AnswerRe: Usage of IHTMLElement Pin
Stephen Hewitt27-Jun-10 19:09
Stephen Hewitt27-Jun-10 19:09 
AnswerRe: Usage of IHTMLElement Pin
ThatsAlok27-Jun-10 19:14
ThatsAlok27-Jun-10 19:14 
AnswerRe: Usage of IHTMLElement Pin
«_Superman_»27-Jun-10 19:23
professional«_Superman_»27-Jun-10 19:23 
GeneralRe: Usage of IHTMLElement Pin
Pk.j27-Jun-10 21:39
Pk.j27-Jun-10 21:39 
GeneralRe: Usage of IHTMLElement Pin
«_Superman_»27-Jun-10 22:16
professional«_Superman_»27-Jun-10 22:16 
GeneralRe: Usage of IHTMLElement Pin
Pk.j27-Jun-10 22:48
Pk.j27-Jun-10 22:48 
GeneralRe: Usage of IHTMLElement Pin
«_Superman_»27-Jun-10 22:51
professional«_Superman_»27-Jun-10 22:51 
GeneralRe: Usage of IHTMLElement Pin
Pk.j27-Jun-10 23:54
Pk.j27-Jun-10 23:54 
GeneralRe: Usage of IHTMLElement Pin
«_Superman_»28-Jun-10 0:07
professional«_Superman_»28-Jun-10 0:07 
GeneralRe: Usage of IHTMLElement Pin
Pk.j28-Jun-10 1:31
Pk.j28-Jun-10 1:31 
GeneralRe: Usage of IHTMLElement Pin
CMalcheski28-Aug-10 10:09
CMalcheski28-Aug-10 10:09 
QuestionSuggestions on Development on Multi Platform Communcation App [modified] Pin
Greg Mort27-Jun-10 11:16
Greg Mort27-Jun-10 11:16 
AnswerRe: Suggestions on Development on Multi Platform Communcation App Pin
Richard MacCutchan27-Jun-10 21:24
mveRichard MacCutchan27-Jun-10 21:24 
GeneralRe: Suggestions on Development on Multi Platform Communcation App Pin
Greg Mort28-Jun-10 2:18
Greg Mort28-Jun-10 2:18 
QuestionPropertySheet Button Pin
john563227-Jun-10 5:54
john563227-Jun-10 5:54 
AnswerRe: PropertySheet Button Pin
ThatsAlok27-Jun-10 19:18
ThatsAlok27-Jun-10 19:18 

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.