Click here to Skip to main content
15,881,248 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRegistry access problem Pin
Mogaambo17-Apr-09 2:08
Mogaambo17-Apr-09 2:08 
AnswerRe: Registry access problem Pin
Jijo.Raj17-Apr-09 2:14
Jijo.Raj17-Apr-09 2:14 
GeneralRe: Registry access problem Pin
Mogaambo17-Apr-09 2:19
Mogaambo17-Apr-09 2:19 
GeneralRe: Registry access problem Pin
Mogaambo17-Apr-09 2:27
Mogaambo17-Apr-09 2:27 
GeneralRe: Registry access problem Pin
Cedric Moonen17-Apr-09 2:31
Cedric Moonen17-Apr-09 2:31 
Question[DirectX9.0]How to retrive vector from Camera setting's View Matrix Pin
kallol kumar17-Apr-09 2:04
kallol kumar17-Apr-09 2:04 
QuestionA question about Assert function Pin
Obsidianhom17-Apr-09 1:10
Obsidianhom17-Apr-09 1:10 
AnswerRe: A question about Assert function Pin
Cedric Moonen17-Apr-09 1:14
Cedric Moonen17-Apr-09 1:14 
You are not using the assert properly. This function should be used only to test the code. An assert should never be reached in a released product. Assert is used to detect errors in your code, not detect a file which is missing. In your case, if the file doesn't not exist you should handle the error in a better way. For instance your function could return an error code or throw an exception which has to be handled at a higher level.

Cédric Moonen
Software developer

Charting control [v2.0 - Updated]
OpenGL game tutorial in C++

GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 2:58
China_Kevin17-Apr-09 2:58 
GeneralRe: A question about Assert function Pin
Cedric Moonen17-Apr-09 3:00
Cedric Moonen17-Apr-09 3:00 
GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 3:26
China_Kevin17-Apr-09 3:26 
GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 3:33
China_Kevin17-Apr-09 3:33 
JokeRe: A question about Assert function Pin
Rajesh R Subramanian17-Apr-09 3:36
professionalRajesh R Subramanian17-Apr-09 3:36 
GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 3:44
China_Kevin17-Apr-09 3:44 
JokeRe: A question about Assert function Pin
David Crow17-Apr-09 5:00
David Crow17-Apr-09 5:00 
JokeRe: A question about Assert function Pin
China_Kevin17-Apr-09 15:00
China_Kevin17-Apr-09 15:00 
GeneralRe: A question about Assert function Pin
dandanfeng16017-Apr-09 15:56
dandanfeng16017-Apr-09 15:56 
GeneralRe: A question about Assert function Pin
Obsidianhom17-Apr-09 3:54
Obsidianhom17-Apr-09 3:54 
GeneralRe: A question about Assert function Pin
China_Kevin17-Apr-09 4:14
China_Kevin17-Apr-09 4:14 
AnswerRe: A question about Assert function [modified] Pin
Luc Pattyn17-Apr-09 1:53
sitebuilderLuc Pattyn17-Apr-09 1:53 
JokePlease Pin
CPallini17-Apr-09 2:02
mveCPallini17-Apr-09 2:02 
GeneralRe: Please Pin
Luc Pattyn17-Apr-09 2:05
sitebuilderLuc Pattyn17-Apr-09 2:05 
JokeRe: Please Pin
CPallini17-Apr-09 2:15
mveCPallini17-Apr-09 2:15 
GeneralRe: Please Pin
Rajesh R Subramanian17-Apr-09 2:35
professionalRajesh R Subramanian17-Apr-09 2:35 
Questionwin32 exe memory usage issue Pin
Ash_VCPP17-Apr-09 1:06
Ash_VCPP17-Apr-09 1:06 

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.