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

C / C++ / MFC

 
AnswerRe: C4309 warning Pin
Cedric Moonen30-Jul-10 3:52
Cedric Moonen30-Jul-10 3:52 
GeneralRe: C4309 warning Pin
Rakesh530-Jul-10 4:10
Rakesh530-Jul-10 4:10 
GeneralRe: C4309 warning Pin
Chris Losinger30-Jul-10 4:12
professionalChris Losinger30-Jul-10 4:12 
GeneralRe: C4309 warning Pin
Rakesh530-Jul-10 4:18
Rakesh530-Jul-10 4:18 
GeneralRe: C4309 warning Pin
Cedric Moonen30-Jul-10 4:24
Cedric Moonen30-Jul-10 4:24 
GeneralRe: C4309 warning Pin
Chris Losinger30-Jul-10 4:25
professionalChris Losinger30-Jul-10 4:25 
QuestionHow reduce build time of the project? Pin
ganesh.dp30-Jul-10 3:04
ganesh.dp30-Jul-10 3:04 
AnswerRe: How reduce build time of the project? Pin
Sauro Viti30-Jul-10 3:19
professionalSauro Viti30-Jul-10 3:19 
You can use precompiled headers (however this option is enabled by default). After that, move all the includes to files that doesn't change frequently (e.g. windows.h, math.h and so on) into the header file used to build the precompiled header (usually stdafx.h).
AnswerRe: How reduce build time of the project? Pin
Maximilien30-Jul-10 4:46
Maximilien30-Jul-10 4:46 
AnswerRe: How reduce build time of the project? Pin
Abhi Lahare30-Jul-10 8:15
Abhi Lahare30-Jul-10 8:15 
AnswerRe: How reduce build time of the project? Pin
Aescleal30-Jul-10 20:49
Aescleal30-Jul-10 20:49 
QuestionWriteFile returning zero and GetLastError returning 997(ERROR_IO_PENDING) Pin
learningvisualc30-Jul-10 2:59
learningvisualc30-Jul-10 2:59 
AnswerRe: WriteFile returning zero and GetLastError returning 997(ERROR_IO_PENDING) Pin
Cool_Dev30-Jul-10 3:37
Cool_Dev30-Jul-10 3:37 
AnswerRe: WriteFile returning zero and GetLastError returning 997(ERROR_IO_PENDING) Pin
Xequen30-Jul-10 4:09
Xequen30-Jul-10 4:09 
QuestionQuestion Authentication client-server using message queues in c language Pin
ralph 230-Jul-10 2:47
ralph 230-Jul-10 2:47 
AnswerRe: Question Authentication client-server using message queues in c language Pin
Yusuf30-Jul-10 2:55
Yusuf30-Jul-10 2:55 
AnswerRe: Question Authentication client-server using message queues in c language Pin
Sauro Viti30-Jul-10 2:58
professionalSauro Viti30-Jul-10 2:58 
GeneralRe: Question Authentication client-server using message queues in c language Pin
ralph 230-Jul-10 3:04
ralph 230-Jul-10 3:04 
GeneralRe: Question Authentication client-server using message queues in c language Pin
Richard MacCutchan30-Jul-10 3:23
mveRichard MacCutchan30-Jul-10 3:23 
GeneralRe: Question Authentication client-server using message queues in c language Pin
ralph 230-Jul-10 3:30
ralph 230-Jul-10 3:30 
GeneralRe: Question Authentication client-server using message queues in c language Pin
Cedric Moonen30-Jul-10 3:33
Cedric Moonen30-Jul-10 3:33 
GeneralRe: Question Authentication client-server using message queues in c language Pin
ralph 230-Jul-10 3:40
ralph 230-Jul-10 3:40 
GeneralRe: Question Authentication client-server using message queues in c language Pin
Richard MacCutchan30-Jul-10 3:54
mveRichard MacCutchan30-Jul-10 3:54 
GeneralRe: Question Authentication client-server using message queues in c language Pin
ralph 230-Jul-10 4:05
ralph 230-Jul-10 4:05 
GeneralRe: Question Authentication client-server using message queues in c language Pin
Richard MacCutchan30-Jul-10 6:30
mveRichard MacCutchan30-Jul-10 6:30 

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.