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.
Lexが C++ に含まれているのか、それともどこかからダウンロードしてインポートする必要があるのか知りたいですか?
いいえ、lex「C++ に含まれている」わけではありません。これは C++ 標準の一部ではなく、(非標準の拡張機能として) すぐに使用できる C++ コンパイラを認識していません。
lex
別途ダウンロードする必要があります。
人気のある実装はflex.
flex