Hi, I have to implement a parser tool which shall take input as a text file in the ASCII format. get the values of some parameters written in this file, do some processing as then output it to a text file again an ASCII format. I am very much comfortable in C and I'm doing it in C using string manipulations in C. just wanted to know that if there are some more efficient ways to any other scripting languages like perl/python.
there is one more requirement, the input text file for this parser shall be generated by another command line utility say a network sniffer etc. How to call the command line utility from this parser program project(I am using visual C++ IDE) -- Regards Sri [Non-text portions of this message have been removed]
