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)...
Hey guys, can any one answer this question : What do backup actually mean just copying the important files into other external storage; can we backup any software software such as Office, Corel Draw or something similar to that ?
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.