+ 1
Can anyone please help with this C program?
This program assumes that the text message logs maintained in your phone are stored in 2 separate files. The 1st file is all the incoming text messages that you received, the 2nd is all the outgoing text messages that you sent. This program reads these 2 files and prints your text message history in chronological order.The program takes 2 command-line arguments that represent the log files for all incoming and outgoing messages. format for the 2 log files: <EPOCH-time> <phone-Num> <#words in text> <text>
1 Antwort
0
Where is your code?