Logo

Programming-Idioms

History of Idiom 103 > diff from v3 to v4

Edit summary for version 4 by :
Idiom creation by user [programming-idioms.org]

Version 3

2015-12-28, 20:37:58

Version 4

2016-02-18, 16:58:02

Idiom #103 Load XML file into struct

Read from file data.xml and write its content into object x.
Assume the XML data is suitable for the type of x.

Idiom #103 Load XML file into struct

Read from file data.xml and write its content into object x.
Assume the XML data is suitable for the type of x.