Talk:Count in octal: Difference between revisions

a language that has output specifiers for octal has native octal support
No edit summary
(a language that has output specifiers for octal has native octal support)
Line 25:
 
:::::: So what you're looking for is something like "octal x = 12; print x;" giving back 14?. By that description, I'd bet nothing has native octal support, or native support for anything but decimal or, in some rarer cases, hexidecimal. (You could easily build such a thing in C++, but it would just be wrapping the number crunching into a class, which wouldn't be much different than the existing output modifiers.) [[User:MagiMaster|MagiMaster]] 01:30, 7 June 2011 (UTC)
 
::::::: I would say thay a language that has output specifiers for octal has native octal support. --20:14, 7 June 2011 (UTC)