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; }
Rolf
9 months agoNickie
9 months agoAlexis
9 months agoRosann
9 months agoAnnmarie
9 months agoHannah
9 months agoEdna
10 months agoRashida
11 months agoSharan
11 months ago