Click here to Skip to main content
15,889,281 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh24-Apr-12 3:43
Vasily Tserekh24-Apr-12 3:43 
GeneralRe: Thats why i hate c++ PinPopular
glennPattonWork327-Apr-12 0:18
professionalglennPattonWork327-Apr-12 0:18 
GeneralRe: Thats why i hate c++ Pin
Member 376360827-Apr-12 7:48
Member 376360827-Apr-12 7:48 
GeneralRe: Thats why i hate c++ Pin
StephenPhillips29-Apr-12 0:28
StephenPhillips29-Apr-12 0:28 
GeneralRe: Thats why i hate c++ Pin
Keith.Badeau29-Apr-12 6:25
Keith.Badeau29-Apr-12 6:25 
GeneralRe: Thats why i hate c++ PinPopular
jeron124-Apr-12 6:38
jeron124-Apr-12 6:38 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh24-Apr-12 8:20
Vasily Tserekh24-Apr-12 8:20 
GeneralRe: Thats why i hate c++ Pin
Chris Meech24-Apr-12 9:09
Chris Meech24-Apr-12 9:09 
Usually that means that there are environmental differences between your DEBUG running and the running that produces the errors. You need to figure out how to isolate these differences and determine why they are the cause of the error. Sometimes the addition of a logfile to write entries to, can help you narrow down the code that is failing.

Oh and this isn't something that just happens to C++. It can happen with other languages too. Smile | :)
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh24-Apr-12 10:06
Vasily Tserekh24-Apr-12 10:06 
GeneralRe: Thats why i hate c++ PinPopular
CDP180224-Apr-12 10:48
CDP180224-Apr-12 10:48 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh24-Apr-12 14:16
Vasily Tserekh24-Apr-12 14:16 
GeneralRe: Thats why i hate c++ PinPopular
Mohibur Rashid24-Apr-12 17:27
professionalMohibur Rashid24-Apr-12 17:27 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh25-Apr-12 2:48
Vasily Tserekh25-Apr-12 2:48 
GeneralRe: Thats why i hate c++ PinPopular
CDP180225-Apr-12 3:46
CDP180225-Apr-12 3:46 
GeneralRe: Thats why i hate c++ Pin
Gary Huck27-Apr-12 3:38
Gary Huck27-Apr-12 3:38 
GeneralRe: Thats why i hate c++ PinPopular
exegetor27-Apr-12 4:06
exegetor27-Apr-12 4:06 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh27-Apr-12 5:10
Vasily Tserekh27-Apr-12 5:10 
GeneralRe: Thats why i hate c++ Pin
SlingBlade27-Apr-12 14:01
SlingBlade27-Apr-12 14:01 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh27-Apr-12 7:05
Vasily Tserekh27-Apr-12 7:05 
GeneralRe: Thats why i hate c++ Pin
Bacchus Beale2-May-12 19:38
Bacchus Beale2-May-12 19:38 
GeneralRe: Thats why i hate c++ PinPopular
BobJanova25-Apr-12 4:18
BobJanova25-Apr-12 4:18 
GeneralRe: Thats why i hate c++ Pin
CDP180225-Apr-12 4:22
CDP180225-Apr-12 4:22 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh25-Apr-12 4:47
Vasily Tserekh25-Apr-12 4:47 
GeneralRe: Thats why i hate c++ Pin
CDP180225-Apr-12 5:20
CDP180225-Apr-12 5:20 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh25-Apr-12 7:26
Vasily Tserekh25-Apr-12 7:26 

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.