Create a template specialization to test for string and
pointers-to-char
string s = plus("he", "llo");
const char* sl = "aaa";
const char* s2 = "bbb";
char* s3 = plus(sl, s2);
Create a template specialization to test for string and pointers-to-char string s = plus("he", "llo"); const char* sl =
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Create a template specialization to test for string and pointers-to-char string s = plus("he", "llo"); const char* sl =
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!