Can anyone please help with this C program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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>

7th Mar 2018, 9:17 PM
Taylor Conant
1 Answer
0
Where is your code?
16th Mar 2018, 9:27 AM
MrHallows
MrHallows - avatar