I can successfully compile the code give below. But at run time, I get some rrors (also given below). I have no clue, why I am getting these errors.
Can somebody help. Thanks in advance.
CODE :
//New.cpp
#include <iostream>
using namespace std;
class Rainbow
{
char* name_;
public:
Rainbow()
{
...