User profile: superaitaotao

User info
User name:superaitaotao
History
Joined:
Number of posts:9
Latest posts:

Issue with List structure
Thanks fun 2 code! Finally I understand why a pointer needs to be passed by reference as well:)

Issue with List structure
Does anyone know what the difference is ? Thanks:)

Issue with List structure
I just started to learn about Linked list and came across the following code: [code]Class IntNode {...

problem with inheritance
Im using Code::block to build and I just got the problem solved. For some reasons, I didnt put my fi...

problem with inheritance
[code] Administrator::Administrator( ):SalariedEmployee() { //deliberately empty ...