Click here to Skip to main content
15,929,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about MSFlexGrid Pin
Christian Graus27-Oct-01 1:42
protectorChristian Graus27-Oct-01 1:42 
GeneralRe: about MSFlexGrid Pin
Maer72729-Oct-01 18:01
Maer72729-Oct-01 18:01 
GeneralRe: about MSFlexGrid Pin
26-Oct-01 23:01
suss26-Oct-01 23:01 
GeneralRe: about MSFlexGrid Pin
Maer72727-Oct-01 1:17
Maer72727-Oct-01 1:17 
GeneralDistribution of Apps Pin
Blue99926-Oct-01 20:29
Blue99926-Oct-01 20:29 
GeneralRe: Distribution of Apps Pin
Christian Graus26-Oct-01 23:04
protectorChristian Graus26-Oct-01 23:04 
GeneralRe: Distribution of Apps Pin
Blue99928-Oct-01 7:42
Blue99928-Oct-01 7:42 
GeneralRe: Distribution of Apps Pin
Christian Graus28-Oct-01 10:33
protectorChristian Graus28-Oct-01 10:33 
Either way, it is wrong in my opinion to release crippled code just because the system can handle it. The debug version is different in many ways, and designed for debugging, not for release.

What wheel do you not want to reinvent, assert ? It's just a macro, have a look at it, it is about five minutes work. Your code should handle the case of rogue data, that's what programming for the real world is all about. It should do it in a prettier way for the end user than an assert message, you should assert liberally to help you debug and release the product when the debug version gives no asserts because everything is being dealt with correctly.


Christian

After all, there's nothing wrong with an elite as long as I'm allowed to be part of it!! - Mike Burston Oct 23, 2001

GeneralRe: Distribution of Apps Pin
27-Oct-01 0:43
suss27-Oct-01 0:43 
QuestionWould the WTL be gone? Pin
26-Oct-01 20:23
suss26-Oct-01 20:23 
AnswerRe: Would the WTL be gone? Pin
Christian Graus26-Oct-01 23:05
protectorChristian Graus26-Oct-01 23:05 
GeneralChange drive letter of CDROM Pin
Maer72726-Oct-01 19:19
Maer72726-Oct-01 19:19 
GeneralRe: Change drive letter of CDROM Pin
Mike Nordell27-Oct-01 12:41
Mike Nordell27-Oct-01 12:41 
GeneralRe: Change drive letter of CDROM Pin
Maer72729-Oct-01 17:56
Maer72729-Oct-01 17:56 
QuestionDrawing on a listview, combobox to big, and how do I create a flat CButton? Pin
mhowes26-Oct-01 14:54
mhowes26-Oct-01 14:54 
AnswerRe: Drawing on a listview, combobox to big, and how do I create a flat CButton? Pin
Christian Graus26-Oct-01 18:43
protectorChristian Graus26-Oct-01 18:43 
GeneralThe one and only instance Pin
Bill Wilson26-Oct-01 13:58
Bill Wilson26-Oct-01 13:58 
GeneralRe: The one and only instance Pin
Todd Smith26-Oct-01 14:20
Todd Smith26-Oct-01 14:20 
GeneralMultiple SDI Pin
26-Oct-01 13:57
suss26-Oct-01 13:57 
GeneralRe: Multiple SDI Pin
29-Oct-01 4:35
suss29-Oct-01 4:35 
GeneralDisplaying and Saving Images at different resolutions. Pin
26-Oct-01 13:06
suss26-Oct-01 13:06 
GeneralRe: Displaying and Saving Images at different resolutions. Pin
Bill Wilson26-Oct-01 14:15
Bill Wilson26-Oct-01 14:15 
Generalfstream question Pin
davidko26-Oct-01 11:34
davidko26-Oct-01 11:34 
GeneralRe: fstream question Pin
Michael Dunn26-Oct-01 15:01
sitebuilderMichael Dunn26-Oct-01 15:01 
GeneralRe: fstream question Pin
Joaquín M López Muñoz27-Oct-01 3:17
Joaquín M López Muñoz27-Oct-01 3:17 

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.