Comment on Cling: Running C++ in an interpreterparentComments−cygx14yThere's also a perfectly good list of what you can and cannot count on in the ISO C standard, no need for secondary literature.While the values of the bytes are not specified, the ability to get at them is, and a conforming implementation needs to provide this ability.
Comments
There's also a perfectly good list of what you can and cannot count on in the ISO C standard, no need for secondary literature.
While the values of the bytes are not specified, the ability to get at them is, and a conforming implementation needs to provide this ability.