[C++] Using binary notation

int x=0b1111;
cout<<x;

output : 15

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *