C++ compatible with C ?

R

Ron Natalie

Stewart said:
Oh, so the range of identifiers is double-booked.

It's not double booked. There are two spaces for identifiers:
the program space, and the implementation space. All the standard
identifiers are in the space reserved for the implementation.

What's the point of reserving identifiers if it's done in a way that
such conflicts are bound to arise?

What conflict?
 
S

Stewart Gordon

Ron Natalie wrote:

It's not double booked. There are two spaces for identifiers:
the program space, and the implementation space. All the standard
identifiers are in the space reserved for the implementation.

I.e. the standard is invading the implementation's space.
What conflict?

The one that you snipped from my last post.

Stewart.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,183
Messages
2,570,967
Members
47,518
Latest member
RomanGratt

Latest Threads

Top