have question
in this code i want to write the first charecter(h) in "hamid" name[0]
how i can access to h of hamid?
name[0].at(0) or name[0][0]
Note that you need to check for the size first not to read out of bounds accidentally
Обсуждают сегодня