If I write
int *columns[32];
am I defining an array with 32 pointers to ints?
Or is it a pointer to an array of 32 ints?
How do I differentiate between the two? Is there a difference?
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.
When in doubt – ask
cdeclEDIT In response to comments: I found cdecl source on Google Code Search. It requires GNU readline library. I think it shouldn’t be a problem to compile it on Mac OS X or Windows.