Quote Originally Posted by ChrisW67 View Post
Which bit of "it" don't you understand? Which bits do you understand?

What does your proposed program look like in pseudo-code? Have you broken it into smaller components? What sort of functions do you need to complete the task? Do any of them sound like they might relate to the classes above?
my task is to write a program with GUI,which accepts list of file names and a keyword and displays all the lines in those file which has that key word.......
Please guide me...how can i write code for this..? what are the headers i should include?