User profile: PapaBizz

User info
User name:PapaBizz
Name:Jozef
Location:Sweden
Bio:I am a student, going the course Software Engineering, my course heavily depends on C++.

History
Joined:
Number of posts:8
Latest posts:

Copy Constructor containing pointer
I edited my post above, not sure why you cant see it, but here it is ( i ifxed it :D ): EDIT: FIXED...

Copy Constructor containing pointer
Okay. So I made this code. [code] int checker = 0; CellularPhone *a; a = new CellularPhone(mode...

Copy Constructor containing pointer
coder777 But in the overloaded == operator, I told it to grab the content and compare it, I thought...

Copy Constructor containing pointer
All working! You are great :D Thank you so so so much. Altho I just noticed I have a small problem,...

Copy Constructor containing pointer
Thaank you ! I got it working yaaaaay :D Another question, since you make it seem so easy lol, the ...