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
8 months agoNickie
8 months agoAlexis
8 months agoRosann
8 months agoAnnmarie
8 months agoHannah
8 months agoEdna
9 months agoRashida
9 months agoSharan
9 months ago