Pointers inside classWhy should I copy s? It's all declared in the same class :/ Self assignment??
Pointers inside classI think I've got it!! Is this right now!! [code]class c { int *p; int s; public: c() {p=0; s=0;}...
Pointers inside classPlease 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...