Slashdot Mirror


User: kukareku

kukareku's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Hacker Mentality on Why Linux Lovers Jilt Java · · Score: 1

    > Yeah, you can actually write something like
    > int Count = 5;
    > string Text = "Count = " + Count;
    >
    > without needeing an itoa() or anything. What's > up with that???

    so, i suppose it reads your mind and converts
    decimal 5 into whatever base you mean (in ltoa()
    you have to specifically say that)