Tagged Questions
4
votes
6answers
710 views
C++ Strings vs. Character Arrays
Why do you think it is that most C++ instructors teaching college level computer sciences discourage or even forbid using strings for text, instead requiring students to use character arrays?
I am ...