Don't assume char is signed.
It isn't always, which causes problems when trying to put negative values into the array with C++11.
Loading
Please sign in to comment
It isn't always, which causes problems when trying to put negative values into the array with C++11.