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.
コードをコンパイルすると、次のようなエラーが発生します。
endpointer.h:88:24: error: expected ‘)’ before ‘*’ token
とは:88:24どういう意味ですか?
:88:24
最初のビットは行、もう 1 つは列です。次のように読む必要があります。
ファイル endpointer.h の 88 行目と 24 列目
エラーが発生したコード内の行番号と列番号です。文字を忘れたということです。