Logo

Programming-Idioms

History of Idiom 103 > diff from v2 to v3

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

Version 2

2015-12-28, 20:29:16

Version 3

2015-12-28, 20:37:58

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.