《Chris 技術筆記》
設計 × 研究 × 程式
  • Lastest
  • Posts
  • Works
  • Categories
  • Tags
  • Novice F2E

爛 code 收集器//>=, <=濫用

  1. 爛 code 收集器//>=, <=濫用

¶爛 code 收集器//>=, <=濫用

原文連結: https://darkblack02.blogspot.com/2018/05/code_74.html
移植時的最後更新日期: 2020-02-28T10:41:21.328+08:00


unsigned int a;
enum b_type{ b1, b2, b3 };
//a 賦值
if (a >= b2 && a <= b3)

無聲的聲音

if (a == b2 || a == b3)

呢?
發表於  2018-05-13
tags:
  • { 爛 code 收集器 }
  • © 2017 - 2025 Chris
    Powered by Hexo