Click here to Skip to main content
15,889,216 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 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 
Vasily Tserekh wrote:
now c++ fans how many times where you stucked because an error that have you
haunted for weeks- a LOT
since i use c# i never ever had an uncomprehensive
stupid error again

Sounds like a case of selective perception to me. I would also like to have that version of the .Net framework that never does strange things Smile | :)

C++ has two faces. It allows low level programming close to the computer's hardware, down to supporting writing assembly directly. On the other side it allows to go to a very high level, not dissimilar from what you do in C#. What makes C++ so scary? It can't be strange behavior, because you will encounter that in some form everywhere. C++ libraries are not perfect and the .Net framework also is not. The scary part must actually be low level programming where you must know what you are doing but also get very fine control over what's going on in return. Don't you know that the nice safe .Net world has a price?
At least artificial intelligence already is superior to natural stupidity



GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh25-Apr-12 7:26
Vasily Tserekh25-Apr-12 7:26 
GeneralRe: Thats why i hate c++ Pin
CDP180225-Apr-12 20:49
CDP180225-Apr-12 20:49 
GeneralRe: Thats why i hate c++ Pin
harold aptroot26-Apr-12 9:02
harold aptroot26-Apr-12 9:02 
GeneralRe: Thats why i hate c++ Pin
Stefan_Lang27-Apr-12 4:34
Stefan_Lang27-Apr-12 4:34 
GeneralRe: Thats why i hate c++ Pin
Stephen Dycus27-Apr-12 5:55
professionalStephen Dycus27-Apr-12 5:55 
GeneralRe: Thats why i hate c++ Pin
CDP180227-Apr-12 8:42
CDP180227-Apr-12 8:42 
GeneralRe: Thats why i hate c++ Pin
Alan Balkany27-Apr-12 4:44
Alan Balkany27-Apr-12 4:44 
GeneralRe: Thats why i hate c++ Pin
CDP180227-Apr-12 8:56
CDP180227-Apr-12 8:56 
GeneralRe: Thats why i hate c++ Pin
Alan Balkany27-Apr-12 9:08
Alan Balkany27-Apr-12 9:08 
GeneralRe: Thats why i hate c++ Pin
CDP180227-Apr-12 10:23
CDP180227-Apr-12 10:23 
GeneralRe: Thats why i hate c++ Pin
Stephen Dycus27-Apr-12 10:56
professionalStephen Dycus27-Apr-12 10:56 
GeneralRe: Thats why i hate c++ Pin
Rob Grainger26-Apr-12 23:20
Rob Grainger26-Apr-12 23:20 
GeneralRe: Thats why i hate c++ Pin
krsmichael27-Apr-12 4:00
krsmichael27-Apr-12 4:00 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh27-Apr-12 5:14
Vasily Tserekh27-Apr-12 5:14 
GeneralRe: Thats why i hate c++ Pin
krsmichael27-Apr-12 3:53
krsmichael27-Apr-12 3:53 
GeneralRe: Thats why i hate c++ Pin
Vasily Tserekh27-Apr-12 5:30
Vasily Tserekh27-Apr-12 5:30 
GeneralRe: Thats why i hate c++ Pin
krsmichael27-Apr-12 6:46
krsmichael27-Apr-12 6:46 

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.