User: zijuan0810

  • Public profile

User profile: zijuan0810

User info
User name:zijuan0810
History
Joined:
Number of posts:6
Latest posts:

How to remove repeated values in array?
I spent too much time solving this problem, but I failed. Luckily, I look out a good algorithm with...

How to remove repeated values in array?
[code] #include <iostream> using namespace std; //assume increasing order int main() { int n; int ...

How to remove repeated values in array?
[code] #include <iostream> using namespace std; //assume increasing order int main() { int n; int ...

Address of char array
Yes, I'm wrong. Great thanks for m4ster r0shi !

Address of char array
Are you saying that &test[0] and *test are equivalent? Yes. No. &test[0] and test are equivalent....

This user does not accept Private Messages