Thread: {chicken Lips}

  1. #1
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227

    {chicken Lips}

    have any of you noticed that they use chicken lips instead of %d,%i,%f,%s, etc? I actually kinda like the idea...

    string msg = "Good Idea!";
    Console.WriteLine("{0}",msg);

  2. #2
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    .
    Last edited by Troll_King; 11-30-2001 at 11:30 AM.

  3. #3
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    As everything is derived from the basic object class, everything has to have the same basic functions for example toString().

    123.toString() == "123"
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 03-20-2009, 05:22 PM
  2. I made fajitas!
    By Govtcheez in forum A Brief History of Cprogramming.com
    Replies: 49
    Last Post: 12-03-2004, 01:03 PM
  3. Chicken follows your order
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 04-14-2004, 12:19 PM
  4. Chicken sound
    By grade10 in forum C++ Programming
    Replies: 1
    Last Post: 03-21-2002, 12:05 PM
  5. { chicken lips }
    By doubleanti in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-09-2001, 04:44 PM