How to convert string to char array in C++? - Stack Overflow
I would like to convert string to char array but not char*. I know how to convert string to char* (by using malloc or the way I posted it in my code) - but thats not what I want. I simply ......