I have a log file consisting of a list of epoch 19-digit timestamps, for example I would like to iterate through this list, and compare the previous timestamp to the current timestamp in the list and echo a message if x duration of inactivity as occurred, ex: What would be the most efficient method to iterate through the list such
Tag: list
Recursive listing files in C++ doesn’t enter all subdirectories
!!!Solved!!! Thank you guys for your help, it’s all working now. I made changes to my code as suggested by @RSahu and got it to work. Thanks for all your input I’ve been really stuck with this. To @Basile: I will definitely check that out but for this particular piece of code I’m not gonna use it because it looks
extract some part of a list of strings and set them in a list without any repetition
I have a list of file names I have tried to extract the index between sil. and .asc and put them in a list while I do not to have the repetition of indexes in my list. The following is some part of the list of my files. The following code is my attempt to make the list but it