Click here to Skip to main content
15,905,414 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

I have a Windows Application, in this Application i want to Read .pgr files as a part of this Application. i have searched in google but i did't get exact solution what i want. So can any one suggest me How to Read .pgr files using C# or C++.

Thank's in Advance
Mohan G
Posted

1 solution

May want to have a look at some string parsers and the FastColoredTextbox article to see how parsing is done for programming languages. I don't know anything about .pgr files but if it's in Xml format when opened in notepad you could use the .Net XmlDocument/XPath. Other than that to build a parser from scratch might help to use RegularExpressions (you probably already knew that).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900