Logo

Programming-Idioms

History of Idiom 103 > diff from v1 to v2

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

Version 1

2015-12-28, 20:28:30

Version 2

2015-12-28, 20:29:16

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.