1. Use standard way to include standard headers, e.g, <iostream> instead of <iostream.h> 2. Avoid initializing a variable of type 'int*' with an rvalue of type 'const int *'
Authored by: zl-wang 2021-01-28
Parent: [r3359]