+ 1
Is it possible to loop through a structure comparing the data type and and allocate it to another data of another structure ?
2 Answers
+ 2
just use assignment , to assign 2 structures of the same type
PS : c++ doesn't have runtime type checking , so you cannot check the variable's types
+ 1
how about C