Click here to Skip to main content
15,887,676 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: SQL query - which version do you prefer? Pin
GuyThiebaut6-Nov-07 9:28
professionalGuyThiebaut6-Nov-07 9:28 
GeneralRe: SQL query - which version do you prefer? Pin
snorkie6-Nov-07 8:18
professionalsnorkie6-Nov-07 8:18 
GeneralRe: SQL query - which version do you prefer? [modified] Pin
GuyThiebaut6-Nov-07 9:16
professionalGuyThiebaut6-Nov-07 9:16 
GeneralRe: SQL query - which version do you prefer? Pin
Pete O'Hanlon6-Nov-07 23:12
mvePete O'Hanlon6-Nov-07 23:12 
GeneralRe: SQL query - which version do you prefer? Pin
Phil Osborne6-Nov-07 23:22
Phil Osborne6-Nov-07 23:22 
GeneralRe: SQL query - which version do you prefer? Pin
Russell Jones7-Nov-07 3:24
Russell Jones7-Nov-07 3:24 
GeneralRe: SQL query - which version do you prefer? Pin
Vasudevan Deepak Kumar6-Nov-07 23:49
Vasudevan Deepak Kumar6-Nov-07 23:49 
GeneralAssignment [modified] Pin
Jim Warburton5-Nov-07 6:39
Jim Warburton5-Nov-07 6:39 
Spent about 45 min trying to figure out why title was lost after returning at the end of the functionBlush | :O .

DoSomething(Text *text_store, int seven)<br />
{<br />
   char *text;<br />
   text = (char*) malloc(sizeof(char) * seven);<br />
//more code<br />
   text_store.title = text;<br />
   free(text);<br />
} <br />


-- modified at 15:05 Monday 5th November, 2007
And yes text_store.title is a pointer

this thing looks like it was written by an epileptic ferret
Dave Kreskowiak

GeneralRe: Assignment Pin
James R. Twine5-Nov-07 6:45
James R. Twine5-Nov-07 6:45 
GeneralRe: Assignment Pin
leppie5-Nov-07 8:23
leppie5-Nov-07 8:23 
GeneralRe: Assignment Pin
James R. Twine5-Nov-07 12:00
James R. Twine5-Nov-07 12:00 
GeneralRe: Assignment Pin
Chris Meech5-Nov-07 8:55
Chris Meech5-Nov-07 8:55 
GeneralRe: Assignment Pin
KarstenK8-Nov-07 2:59
mveKarstenK8-Nov-07 2:59 
GeneralRe: Assignment Pin
Tomas Brennan19-Nov-07 4:53
Tomas Brennan19-Nov-07 4:53 
GeneralFor loop horror Pin
Llasus1-Nov-07 14:12
Llasus1-Nov-07 14:12 
GeneralRe: For loop horror Pin
Marc Clifton1-Nov-07 15:35
mvaMarc Clifton1-Nov-07 15:35 
GeneralRe: For loop horror Pin
Anton Afanasyev1-Nov-07 19:59
Anton Afanasyev1-Nov-07 19:59 
GeneralRe: For loop horror Pin
Christopher Duncan2-Nov-07 4:17
Christopher Duncan2-Nov-07 4:17 
GeneralRe: For loop horror Pin
Dan Neely2-Nov-07 4:57
Dan Neely2-Nov-07 4:57 
GeneralRe: For loop horror Pin
Luc Pattyn1-Nov-07 16:06
sitebuilderLuc Pattyn1-Nov-07 16:06 
GeneralRe: For loop horror Pin
cp98761-Nov-07 20:53
cp98761-Nov-07 20:53 
GeneralRe: For loop horror Pin
jhwurmbach2-Nov-07 5:44
jhwurmbach2-Nov-07 5:44 
GeneralRe: For loop horror Pin
Stephen Hewitt1-Nov-07 20:44
Stephen Hewitt1-Nov-07 20:44 
GeneralRe: For loop horror Pin
Llasus4-Nov-07 14:22
Llasus4-Nov-07 14:22 
GeneralRe: For loop horror Pin
Brady Kelly1-Nov-07 22:50
Brady Kelly1-Nov-07 22:50 

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.