On Fri, 2006-03-24 at 06:38 -0700, Daniel C. wrote:
> Some of you may be familiar with the daily wtf.  This one (linked to
> via reddit) is just too good not to pass on:
> 
> http://www.thedailywtf.com/forums/65091/ShowPost.aspx
> 
> I think the language is C#.

Probably not.  The fact that there is a "NULL" in use indicates almost
certainly C++.  Another giveaway is "TString" which is a known C++
string class library.  All this despite the fact that he's apparently
using associative arrays (ServerSesion["AccountID"], etc) which could
just be objects with the operator[] defined.

But it could be C#, but if so he's using a lot of weird non-standard
stuff.  But the is the daily wtf, so anything is possible.

Michael


> 
> /*
> PLUG: http://plug.org, #utah on irc.freenode.net
> Unsubscribe: http://plug.org/mailman/options/plug
> Don't fear the penguin.
> */
> 


/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to