I'm a little surprised at the prevalence of char* or even char[] in any modern code. Since its basic

I'm a little surprised at the prevalence of char* or even char[] in any modern code. Since its basically just "a place in memory" it seems inherently unsafe
Was this page helpful?