These search terms have been highlighted:SampleCodes/Phobos/書式/1 1
Return to SampleCodes/Phobos/書式/1
- SampleCodes/Phobos/書式/2 (3033d) [ %b %d %o %x %X 整数のn進数表現 ]... %o %x %X が便利です。 ポイント %b 2進数で表現します %d 10進数で表現します %o 8進数で表現します %x 16進数(小文字)で表現します %X 16進数(大文字)で表現します サンプルコード 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 - - ! - ! - ! - ! - ! ! import std.stdio; void main() { // b: 2進数で表現します writefln("%s(%s): %b", ...
Page Info | |
---|---|
Page Name : | SampleCodes/Phobos/書式/1 |
Page aliases : | None |
Page owner : | SHOO |
Can Read | |
Groups : | All visitors |
Users : | All visitors |
Can Edit | |
Groups : | All visitors |
Users : | All visitors |
Counter: 1244,
today: 1,
yesterday: 0