char * msg = new char[65546];
want to initialize to 0 for all of them. what is the best way to do this in C++?
memset(msg, 0, 65546)