I just got a comment on Compound Literals wrong and, in the process, stumbled across Variable Length Arrays. Clearly I have been living under a rock. What should I read to get a good understanding of the major new features in C99?
Share
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.
Harbison & Steele’s C: A Reference Manual, 5th ed., covers the major features of C99, and it’s one of the better references for C anyway.
A freely available draft (PDF) of the C99 standard is available here.