S
Steven T. Hatton
I often find myself at a loss to find the correct words to identify the
parts of a C++ statement. I know you can pick up a lot by reading the
Standard. That may indeed be the best available route to take. Is there
any more pedagogical text that deals with C++ in fromal grammatical terms?
On simple example that prompted me to post this is as follows:
typedef what_the_heck_is_this typedef_name;
What is that thing in the middle called? How should that statement be
deconstructed?
parts of a C++ statement. I know you can pick up a lot by reading the
Standard. That may indeed be the best available route to take. Is there
any more pedagogical text that deals with C++ in fromal grammatical terms?
On simple example that prompted me to post this is as follows:
typedef what_the_heck_is_this typedef_name;
What is that thing in the middle called? How should that statement be
deconstructed?