string myString1 = "Hello"; string myString2; myString2 = "Hello"; string myString3 = string("Hello");
No comments:
Post a Comment