This is a discussion on How the operators are implemented in compilers ? - Compilers ; hi , I'm interested in ****ysing how the operators + - / * sizeof , etc are implemented . how they are incorporated when compilation is happening . I have tried for implementation of sizeof operator and for pointer arithmetic ...
hi ,
I'm interested in ****ysing how the operators + - / * sizeof , etc
are implemented . how they are incorporated when compilation is
happening .
I have tried for implementation of sizeof operator and for pointer
arithmetic operators ( like ptr++, ptr-- , &ptr-1 since they
add,subtract corresponding size range )
Thanx in Advance ,
T.Palanivelrajan
[These are topics covered in every compiler textbook. -John]