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.
c# などの前方参照言語では、コンパイラはこれをどのように処理しますか? コンパイラが動作する手順は何ですか?
C++ がそれを処理する方法とまったく同じだと思いますが、唯一の違いは、構文が単純であるため、まだ宣言されていないシンボルが参照している構文オブジェクトの種類をユーザーが指定しなくても、コンパイラが解析ツリーを構築できることです。