User profile: mdanyjam

User info
User name:mdanyjam
Email:mdanyjam@gmail.com
Name:Danish Jamil
Location:Lahore, Pakistan
Website:http://loozie.wordpress.com
Bio:I'm What I'm...
History
Joined:
Number of posts:9
Latest posts:

Template class LinkedList Problem
Thanks To all of u Guys...

Template class LinkedList Problem
i have tried that it isn't working...

Template class LinkedList Problem
[code]template <class N> struct Node { N data; Node *next; Node(){data = 0; next = NULL;} //...

Template class LinkedList Problem
I'm Getting this error when i compile my Program. Error 2 error LNK2019: unresolved external symbol...

Pacman!!!
Thanks Guys... But, how can i manage inheritance, Composition for these classes... n please guide me...