This is a really stupid question.. I know.. but I've forgotten how to do this exactly.
char *ptr = new char[10];
*ptr = "Foo";
This is totally not right, but I can't remember what the proper way to assign a string into an array through a pointer is. Any help is greatly appreciated. Thank you for your time.