{chicken Lips} [Archive] - C Board

PDA

View Full Version : {chicken Lips}


-KEN-
11-01-2001, 06:17 PM
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);

Troll_King
11-01-2001, 06:29 PM
.

nvoigt
11-02-2001, 02:05 AM
As everything is derived from the basic object class, everything has to have the same basic functions for example toString().

123.toString() == "123"