What happens when you attempt to compile and run the following code?
#include
#include
using namespace std;
template
class A {
T_v;
public:
A() {}
A(T v): _v(v){}
T getV() { return _v; }
void add(T & a);
void add(string & a);
};
template
void A
void A
_v.insert(0, a);
}
int main()
{
A
string s(" world!");
a.add(s);
cout << a.getV() < return 0; }
Lavina
5 days agoAsuncion
10 days agoJesusita
15 days agoWilson
20 days agoMelissa
25 days agoFelton
1 month agoLeota
1 month ago