Hello,

beginners question, what is the easiest way to convert a string (string class) to a c-string? Since declaring a c-string demands you it's size when declared, I'm not sure what the best way to do this is. Thank you.