Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GCCなどについて他の場所で述べたように、VC++に「shortenum」または「charenum」があると非常に便利です。これを可能にするオプションはVC++にありますか?
次のようなものを使用できます
enum name : char { values }
ただし、これは VC 固有の拡張機能です。VC でこれに対する標準化されたサポートがあるかどうかはわかりません。