Click here to Skip to main content
15,908,909 members

Comments by Syed Irfan Naqvi (Top 1 by date)

Syed Irfan Naqvi 17-Jun-16 14:01pm View    
not the system log, the application logs, an application built in perl that writes its stdout and stderr to text files. If we could divide the requirement into two parts:
1. Implementing the tail -f functionality for a text file: Is this a proper solution? http://stackoverflow.com/a/31977550/5052232
2. Once I have the file content into a variable(looping the file for each line), which UI element could be used to hold this value, a simple multiline text box? How could tree view help here?
Sorry for my confusing questions. I am a beginner to VC++