@PandawanMT Cpp strings provide safer methods for operations (e.g copy) and char* doesn’t support unicode
References are much safer than pointers because they’re guaranteed not to be null
For the average developer, having RAII is much better than not having it in terms of code safety
@prtwoa Secure area of a processor where code can run (this area is separated from the main areas of the processor by hardware and has its own address space)