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

C / C++ / MFC

 
GeneralRe: Multi Threading for Graphic engines Pin
ThatsAlok2-May-10 20:05
ThatsAlok2-May-10 20:05 
JokeRe: Multi Threading for Graphic engines Pin
Michel Godfroid2-May-10 20:08
Michel Godfroid2-May-10 20:08 
Questionhow to convert pcm 16 to pcm 8? Pin
wgh168991-May-10 17:24
wgh168991-May-10 17:24 
AnswerRe: how to convert pcm 16 to pcm 8? Pin
Software_Developer1-May-10 19:42
Software_Developer1-May-10 19:42 
QuestionAppending Data to End of File Pin
Fareed Rizkalla1-May-10 13:32
Fareed Rizkalla1-May-10 13:32 
AnswerRe: Appending Data to End of File Pin
Joe Woodbury1-May-10 14:40
professionalJoe Woodbury1-May-10 14:40 
QuestionWriteFile not working! Pin
Fareed Rizkalla1-May-10 7:29
Fareed Rizkalla1-May-10 7:29 
AnswerRe: WriteFile not working! Pin
Luc Pattyn1-May-10 7:38
sitebuilderLuc Pattyn1-May-10 7:38 
A lot of Windows functions provide error information; ignoring that is irresponsible and leads to mysteries such as the one you are facing now. Add proper error checking and handling to your code, and do it everywhere. Read the MSDN documentation on every Windows function you are using, and use GetLastError the way it should.

Hmmm | :|
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Prolific encyclopedia fixture proof-reader browser patron addict?
We all depend on the beast below.


GeneralRe: WriteFile not working! Pin
Rajesh R Subramanian1-May-10 7:41
professionalRajesh R Subramanian1-May-10 7:41 
GeneralRe: WriteFile not working! Pin
Luc Pattyn1-May-10 8:22
sitebuilderLuc Pattyn1-May-10 8:22 
AnswerRe: WriteFile not working! PinPopular
Rajesh R Subramanian1-May-10 7:40
professionalRajesh R Subramanian1-May-10 7:40 
QuestionSMTP client Pin
mesajflaviu1-May-10 6:28
mesajflaviu1-May-10 6:28 
AnswerRe: SMTP client Pin
Software_Developer1-May-10 7:14
Software_Developer1-May-10 7:14 
GeneralRe: SMTP client [modified] Pin
mesajflaviu1-May-10 7:27
mesajflaviu1-May-10 7:27 
GeneralRe: use Visual Studio's debugger and analyse the conversation between your SMTP server and the client Pin
Software_Developer1-May-10 8:18
Software_Developer1-May-10 8:18 
GeneralRe: use Visual Studio's debugger and analyse the conversation between your SMTP server and the client Pin
mesajflaviu2-May-10 8:46
mesajflaviu2-May-10 8:46 
QuestionHighlighting a node of tree while it looses focus Pin
rahul.kulshreshtha30-Apr-10 23:41
rahul.kulshreshtha30-Apr-10 23:41 
AnswerRe: Highlighting a node of tree while it looses focus Pin
Gary R. Wheeler1-May-10 1:53
Gary R. Wheeler1-May-10 1:53 
GeneralRe: Highlighting a node of tree while it looses focus Pin
rahul.kulshreshtha1-May-10 4:06
rahul.kulshreshtha1-May-10 4:06 
GeneralRe: Highlighting a node of tree while it looses focus Pin
Gary R. Wheeler1-May-10 4:29
Gary R. Wheeler1-May-10 4:29 
Questionget c0239 error: waitforsingleobject: is not a member of global namespace Pin
Gregory Hartmann30-Apr-10 12:43
Gregory Hartmann30-Apr-10 12:43 
AnswerRe: get c0239 error: waitforsingleobject: is not a member of global namespace Pin
Rajesh R Subramanian30-Apr-10 22:08
professionalRajesh R Subramanian30-Apr-10 22:08 
GeneralRe: get c0239 error: waitforsingleobject: is not a member of global namespace Pin
Gregory Hartmann1-May-10 8:00
Gregory Hartmann1-May-10 8:00 
Questionhow to pass two dimensional arrays in a function (c++) Pin
mrby12330-Apr-10 9:04
mrby12330-Apr-10 9:04 
AnswerRe: how to pass two dimensional arrays in a function (c++) Pin
«_Superman_»30-Apr-10 9:05
professional«_Superman_»30-Apr-10 9:05 

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.