+ 2

get Ascii value from 5d string array in c++

This is my array https://code.sololearn.com/c55T0E6g4hG1/?ref=app

6th Dec 2017, 12:52 AM
Memo
Memo - avatar
1 Answer
+ 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
6th Dec 2017, 1:06 AM
Eric Blinkidu
Eric Blinkidu - avatar