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++の初心者です。curlpp に付属のサンプル コードをコンパイルしようとしています。コマンドを使用しました
g++ `/usr/local/bin/curlpp-config --cflags` `/usr/local/bin/curlpp-config --libs` example01.cpp
クリーンアップ関数を参照するエラーが表示されます。
私は何を間違っていますか?