When compiling some code, I get an error like:
endpointer.h:88:24: error: expected ‘)’ before ‘*’ token
What does the :88:24 mean?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The first bit is the line, the other the column. You should read it like this:
In file endpointer.h at line 88 and column 24