Computer Science Canada

good newbie tutorials

Author:  Viper [ Tue Sep 13, 2005 12:03 pm ]
Post subject:  good newbie tutorials

http://www.intap.net/~drw/cpp/

Author:  Hikaru79 [ Tue Sep 13, 2005 7:04 pm ]
Post subject: 

Completely and totally offtopic, I know, but in the anagram in your siggie, Viper, notice that they both also have 13 letters Wink Freaky eh?

Author:  rizzix [ Tue Sep 13, 2005 7:20 pm ]
Post subject: 

yea yea that;s what he;s refereing to...

Haskell:
List> "eleven plus two" \\ "twelve plus one"
""


where \\ is the List's difference operator in the List module in Haskell.

Haskell:
List> length "eleven plus two" == length "twelve plus one"
True


: