if i have one class called Message.cpp
and then another class called LinkedList.cpp
and another class called Node.cpp
and another class called FoundMessage.cpp
How do i link these together to do the following..
-> get messages from the Message.cpp class
-> put the message's info into a Node
-> The node is then inserted into the linkedlist
-> in FoundMessage.cpp there is a function that finds a particular message in the linked list.
assuming that i have all the code .. how would i go about this..
im not sure how classes relate to each other and if there is any restrictions on calling another class's functions..
any help?



LinkBack URL
About LinkBacks


