English Dictionary
◊ DID YOU MEAN INSTRUCT?
instruct
v 1: impart skills or knowledge to; "I taught them French"; "He
instructed me in building a boat"; "learn" is not
standard [syn: {teach}, {learn}]
2: give instructions or directions for some task; "She
instructed the students to work on their pronounciation"
3: make aware of; "Have the students been apprised of the
tuition hike?" [syn: {apprise}, {apprize}]
English Computing Dictionary
◊ STRUCT
struct
A data type in {C} and {C::} corresponding to a {record} in
{Ada} or {Pascal} or a {tuple} in {functional programming}. A
struct has one or more members, each of which may have
different types. It is used to group associated data
together.
(1995-02-14)