J
Jeff0803
Guest
I'm adding SMS feature to our application program.
This program is PC side and will send/receive message to/from cell phone.
I'm designing data structure but still I have not idea how to make it.
First, My program should create a List element for a texting(chatting) session.
And each list element should have a cell phone# as a key, type(incoming/outgoing) and multiple messages.
How could I make data structure for this?
I have no idea how to add multiple(variable) messages into each List elements.
(some chatting can end with one message, 2, 3... 100 or more)
This List element will removed when PC side close the chatting window.
Can anybody give me some idea?
Continue reading...
This program is PC side and will send/receive message to/from cell phone.
I'm designing data structure but still I have not idea how to make it.
First, My program should create a List element for a texting(chatting) session.
And each list element should have a cell phone# as a key, type(incoming/outgoing) and multiple messages.
How could I make data structure for this?
I have no idea how to add multiple(variable) messages into each List elements.
(some chatting can end with one message, 2, 3... 100 or more)
This List element will removed when PC side close the chatting window.
Can anybody give me some idea?
Continue reading...