storage;

  1. A

    Destructor problem in C++

    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)...
  2. DigitDonz

    BackUp Err...

    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 ?
Top Bottom