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.
main() 関数と静的ライブラリの両方からアクセスできるようにオブジェクトを定義するにはどうすればよいですか?
オブジェクトは静的にすることができます (私の場合はロガーです)。
オブジェクトの宣言を、メイン プログラムとライブラリで共有される共通のヘッダー ファイルに入れるだけです。次に、その定義をどちらかに入れることができ、後ですべてがリンクされると、すべてが期待どおりに機能します。