Hi I would like to declare a global array and and i want to set the items in the array later. so in the end the array will have elements like this.
const char *payload_text[]= new const char(){"To: " TO "\n","From: " FROM "\n","Cc: " CC
"\n","Subject: Test2 \n", "\n", "Testing using methods ver1.\n",NULL };
Sorry i totally new to this and i am given a assignment on c++ with not c++ background. Pls advice