Forgot your password?
typodupeerror

Comment Re:Hacker Mentality (Score 1) 766

> 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)

Slashdot Top Deals

Hokey religions and ancient weapons are no substitute for a good blaster at your side. - Han Solo

Working...