coutCerrMisusage
Error prone
Critical
Invalid usage of output stream: '<< std::cout'.
C and C++ are really performant languages and can be very error-prone. We all had core dumps and made pointer arithmetic errors! Thankfully, Codiga has hundreds of static analysis rules to flag potential errors in your C/C++ code, automate code reviews and merge with confidence.
Invalid usage of output stream: '<< std::cout'.
Possible dereference of an invalid iterator
Value used after being erased
Invalid container
I/O operations without positioning
Write operation on a file that was opened only for reading.