User: fandox

  • Public profile

User profile: fandox

User info
User name:fandox
Name:Andrew
Location:\Russia\Novosibirsk
History
Joined:
Number of posts:5
Latest posts:

Upgrading my code to include pointers
If you want to use first variant -> use: [code]nums [1][1][/code] or [code]*(*(nums+1)+1)[/code] i...

Upgrading my code to include pointers
Hi, [code] int i,j; i=j=5; int **nums=new int* [i]; for (int k=0;k<j;k++) ...

concatination
Show all your constructors and operator=.

concatination
[code] Str Str:: operator+(const Str & append) const { //let's think that your initial Str value...

concatination
[code] Str Str:: operator+(const str & st1) const { int used1=used+st1.used; char* ch1=...

This user does not accept Private Messages