[PR]

水無瀬の部屋 > Programming > sample > tools > misc > binary.cpp
最終更新日: 2000/06/23

   1: //*********************************************************
   2: // プロジェクト: TOOLS::BINARY
   3: //   ファイル名: binary.cpp
   4: //*********************************************************
   5: #include <misc/binary.h>
   6: #include <header/tooldbg.h>
   7: 
   8: 
   9: COMPILE_ASSERT( 0x0F       == BINARY_4BIT(  1111 ) );
  10: COMPILE_ASSERT( 0xC0       == BINARY_8BIT(  1100, 0000 ) );
  11: COMPILE_ASSERT( 0x8421     == BINARY_16BIT( 1000, 0100, 0010, 0001 ) );
  12: COMPILE_ASSERT( 0x95308421 == BINARY_32BIT( 1001, 0101, 0011, 0000, 1000, 0100, 0010, 0001 ) );
  13: 
  14: 
  15: //** end **
  16: 

参照:


Google
ご意見・ご感想をお聞かせ下さい。匿名で送信できます。

 * 返信が必要な場合には postmaster@katsura-kotonoha.sakura.ne.jp へ直接メールしてください。

水無瀬の部屋 > sample > tools > misc > binary.cpp

このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/tools/misc/binary_cpp.shtml
>> Amazon.co.jp 『たまゆら童子』 へ
>> 楽天ブックス 『たまゆら童子』 へ