Click here to Skip to main content
15,895,538 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: Studying informatics... Pin
Lutosław12-Mar-08 13:02
Lutosław12-Mar-08 13:02 
GeneralThe Useful DLL Pin
VentsyV10-Mar-08 7:32
VentsyV10-Mar-08 7:32 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon10-Mar-08 12:24
mvePete O'Hanlon10-Mar-08 12:24 
GeneralRe: The Useful DLL Pin
VentsyV11-Mar-08 8:20
VentsyV11-Mar-08 8:20 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon11-Mar-08 11:52
mvePete O'Hanlon11-Mar-08 11:52 
GeneralRe: The Useful DLL Pin
leppie12-Mar-08 6:13
leppie12-Mar-08 6:13 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon12-Mar-08 13:02
mvePete O'Hanlon12-Mar-08 13:02 
GeneralRe: The Useful DLL Pin
leppie12-Mar-08 6:09
leppie12-Mar-08 6:09 
VentsyV wrote:
The constructor is internal and the class is in a DLL, therefore you can't create an instance of the class either.


That is correct, but it's likely the library writer wants to expose the instance via a member, but still disallow instantiation. IMO, this shows a very good knowledge of the language/platform being dealt with (unless it really was a mistake!).

xacc.ide - now with IronScheme support
IronScheme - 1.0 alpha 2 out now

GeneralRe: The Useful DLL Pin
Pete O'Hanlon12-Mar-08 12:38
mvePete O'Hanlon12-Mar-08 12:38 
GeneralRe: The Useful DLL Pin
leppie12-Mar-08 19:44
leppie12-Mar-08 19:44 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon12-Mar-08 22:53
mvePete O'Hanlon12-Mar-08 22:53 
GeneralRe: The Useful DLL Pin
VentsyV14-Mar-08 8:36
VentsyV14-Mar-08 8:36 
GeneralRe: The Useful DLL Pin
leppie14-Mar-08 9:29
leppie14-Mar-08 9:29 
GeneralRe: The Useful DLL Pin
PIEBALDconsult16-Mar-08 5:53
mvePIEBALDconsult16-Mar-08 5:53 
GeneralRe: The Useful DLL Pin
leppie16-Mar-08 6:07
leppie16-Mar-08 6:07 
GeneralRe: The Useful DLL Pin
PIEBALDconsult16-Mar-08 7:25
mvePIEBALDconsult16-Mar-08 7:25 
GeneralRe: The Useful DLL Pin
VentsyV19-Mar-08 11:05
VentsyV19-Mar-08 11:05 
GeneralAudible Horror Pin
Philip Laureano8-Mar-08 11:10
Philip Laureano8-Mar-08 11:10 
GeneralRe: Audible Horror Pin
Colin Angus Mackay8-Mar-08 12:36
Colin Angus Mackay8-Mar-08 12:36 
GeneralRe: Audible Horror Pin
Nemanja Trifunovic8-Mar-08 16:49
Nemanja Trifunovic8-Mar-08 16:49 
GeneralRe: Audible Horror Pin
Philip Laureano9-Mar-08 0:20
Philip Laureano9-Mar-08 0:20 
GeneralRe: Audible Horror Pin
Colin Angus Mackay10-Mar-08 0:14
Colin Angus Mackay10-Mar-08 0:14 
GeneralRe: Audible Horror Pin
Dan Neely10-Mar-08 2:19
Dan Neely10-Mar-08 2:19 
GeneralRe: Audible Horror Pin
Ro0ke10-Mar-08 2:21
Ro0ke10-Mar-08 2:21 
GeneralRe: Audible Horror Pin
Pete O'Hanlon10-Mar-08 10:57
mvePete O'Hanlon10-Mar-08 10:57 

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.