Click here to Skip to main content
15,909,747 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhat is operation of "Overlay Mixer" Filter? Pin
Andy Rama18-May-06 20:01
Andy Rama18-May-06 20:01 
QuestionSending a web page to client on socket Pin
shuchigo_jane18-May-06 19:52
shuchigo_jane18-May-06 19:52 
QuestionCreating a Socket , where firewall is installed Pin
zahid_ash18-May-06 19:24
zahid_ash18-May-06 19:24 
AnswerRe: Creating a Socket , where firewall is installed Pin
ThatsAlok18-May-06 20:04
ThatsAlok18-May-06 20:04 
GeneralRe: Creating a Socket , where firewall is installed Pin
zahid_ash18-May-06 20:24
zahid_ash18-May-06 20:24 
GeneralRe: Creating a Socket , where firewall is installed Pin
Eytukan18-May-06 21:37
Eytukan18-May-06 21:37 
Questionpre compiled header files ? Pin
Krishnatv18-May-06 19:17
Krishnatv18-May-06 19:17 
AnswerRe: pre compiled header files ? Pin
_AnsHUMAN_ 18-May-06 19:27
_AnsHUMAN_ 18-May-06 19:27 
The C++ compiler provides a mechanism for, in effect, taking a snapshot of the state of the compilation at a particular point and writing it to a disk file before completing the compilation; then, when recompiling the same source file or compiling another file with the same set of header files, it can recognize the ``snapshot point,'' verify that the corresponding precompiled header (``PCH'') file is reusable, and read it back in. Under the right circumstances, this can produce a dramatic improvement in compilation time; the trade-off is that PCH files can take a lot of disk space.


Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
GeneralRe: pre compiled header files ? Pin
Krishnatv18-May-06 19:37
Krishnatv18-May-06 19:37 
GeneralRe: pre compiled header files ? Pin
_AnsHUMAN_ 18-May-06 19:53
_AnsHUMAN_ 18-May-06 19:53 
GeneralRe: pre compiled header files ? Pin
Stephen Hewitt18-May-06 19:55
Stephen Hewitt18-May-06 19:55 
AnswerRe: pre compiled header files ? Pin
David Crow19-May-06 3:44
David Crow19-May-06 3:44 
AnswerRe: pre compiled header files ? Pin
knoxplusplus23-May-06 7:54
knoxplusplus23-May-06 7:54 
Questionhelp??About mshtml and ie. Pin
shilianghui218-May-06 19:14
shilianghui218-May-06 19:14 
AnswerRe: help??About mshtml and ie. Pin
Laxman Auti18-May-06 20:23
Laxman Auti18-May-06 20:23 
AnswerRe: help??About mshtml and ie. Pin
Stephen Hewitt18-May-06 20:57
Stephen Hewitt18-May-06 20:57 
QuestionHow to Change CPropertyPage's Title Pin
zt978818-May-06 19:12
zt978818-May-06 19:12 
AnswerRe: How to Change CPropertyPage's Title Pin
_anil_18-May-06 20:55
_anil_18-May-06 20:55 
GeneralRe: How to Change CPropertyPage's Title Pin
zt978818-May-06 21:11
zt978818-May-06 21:11 
GeneralRe: How to Change CPropertyPage's Title Pin
_anil_18-May-06 21:36
_anil_18-May-06 21:36 
GeneralRe: How to Change CPropertyPage's Title Pin
zt978818-May-06 22:20
zt978818-May-06 22:20 
AnswerRe: How to Change CPropertyPage's Title Pin
Peter Weyzen18-May-06 21:09
Peter Weyzen18-May-06 21:09 
GeneralRe: How to Change CPropertyPage's Title Pin
zt978818-May-06 21:23
zt978818-May-06 21:23 
QuestionHow to ask Save When exit the app Pin
huutribk200118-May-06 19:05
huutribk200118-May-06 19:05 
AnswerRe: How to ask Save When exit the app Pin
Ganesh_T18-May-06 19:43
Ganesh_T18-May-06 19:43 

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.