 
                            ...
| SEI CERT C++ Coding Standard | INT06-CPP. Use strtol() or a related function to convert a string token to an integer | 
| MITRE CWE | CWE-676, Use of potentially dangerous function | 
Bibliography
| [ISO/IEC 9899:2011] | Subclause 7.22.1, "Numeric conversion functions" Subclause 7.21.6, "Formatted input/output functions" | 
| [Klein 2002] | 
...