Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

Content added Content deleted
(Function Parameter in Solved Problems)
(added 2 tasks: SAX / Text Parsing)
Line 12: Line 12:
* Win interface... C++ calls to Fortran F90/95 Source Code ... and back...
* Win interface... C++ calls to Fortran F90/95 Source Code ... and back...
* Create a COM client (with early binding) (particularly with GCC/MinGW)
* Create a COM client (with early binding) (particularly with GCC/MinGW)
* SAX. As well as DOM and XPath it would probably be useful to demonstrate parsing a simple XML document with SAX.
* Writing a parser to parse structured text into appropriate native types. (A good demonstration format to parse might be JSON, though it should be about creating a parser rather handling JSON.)


===Recently solved problems===
===Recently solved problems===