User profile: Nis

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

Pointers inside class
Why should I copy s? It's all declared in the same class :/ Self assignment??

Pointers inside class
I think I've got it!! Is this right now!! [code]class c { int *p; int s; public: c() {p=0; s=0;}...

Pointers inside class
Please someone tell me how to correct these 2 for arrays i am so desperate. I never took Data struct...

Pointers inside class
:(

Pointers inside class
^I changed that and rewrote the code in the post above yours. I double posted heh I'm still getting...