User profile: michellee

User info
User name:michellee
History
Joined:
Number of posts:11
Latest posts:

Question about code
Ok, i will read it. I have another question. [code] #include <iostream> using namespace std; st...

Question about code
I don't understand. how I see it: [code] str+=3; //Abstract - we cut the first three letters and w...

Question about code
Hi, I have this problem with char *s [code] #include <iostream> using namespace std; char *a, b...

Matrix
column 3 row 1 I dont understand where are you going with this :D I tried to rewrite 17-22 in some ...

Matrix
I thought that [code] for (i = 0; i < N; i++) a[i][j] = 0; [/code] this is about the diagonal ...