with keyword in Pascal can be use to quick access the field of a record. Anybody knows if C++ has anything similar to that?
with
Ex: I have a pointer with m
No, C++ does not have any such keyword.