Hi Friends. I am Having some problems in running below program..
Please Help me..
#include<iostream>
using namespace std;
class mystring
{
char* storage;
int size;
public: mystring() { storage=0;size=0; }
mystring(char* s)
{
size=strlen(s)...
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.