It is just for a Computer Science class, but when I have to read in lines such as "10:40 PM E DAVE 4" from a text file, and turn the fields into meaningful data what would you use instead? Mind you, I have to do it in C, and can only use standard C Libraries.
Also, while the passed in time will get modified, the value is only used the one time to be passed into the function. I don't need the string version of it after.
Also, while the passed in time will get modified, the value is only used the one time to be passed into the function. I don't need the string version of it after.