Hi! when accessing members, I use this-> since it shows the member access in terms of the language. other common ways are e.g. using a prefix like m_. it would be cool if there is an optional warning if a member is accessed without this-> -Jochen