+ 2
get Ascii value from 5d string array in c++
This is my array https://code.sololearn.com/c55T0E6g4hG1/?ref=app
1 Réponse
+ 8
Not sure about your 2d array, but once you get char, just cast it to int for the ascii value.
https://code.sololearn.com/cW1MnpieaKQ9/?ref=app