← Back to context Comment by phkahler 3 years ago Not sure about the value of nullptr! Also not sure about auto! In C. 1 comment phkahler Reply camel-cdr 3 years ago nullptr since we have type detection now, and NULL mustn't be a pointer. auto, because otherwise everybody would create their own hacky auto using the new typeof.
camel-cdr 3 years ago nullptr since we have type detection now, and NULL mustn't be a pointer. auto, because otherwise everybody would create their own hacky auto using the new typeof.
nullptr since we have type detection now, and NULL mustn't be a pointer. auto, because otherwise everybody would create their own hacky auto using the new typeof.