Content deleted Content added
m →Internal consistency: rrv reference to C++, probably not the best place to put it |
→Internal consistency: another tweak |
||
Line 122:
int sixteen = 0x3e-0x2e;
The reason is that <code>0x3e-0x2e</code> matches the form of a "preprocessing number" (
int sixteen = 0x3e - 0x2e ;
|