 
                            ...
This rule appears in the C++ Secure Coding Standard as INT06-CPP. Use strtol() or a related function istringstreams to convert a string token to an integer.
...
 
                            ...
This rule appears in the C++ Secure Coding Standard as INT06-CPP. Use strtol() or a related function istringstreams to convert a string token to an integer.
...