ivanseidel / LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
347 stars 120 forks source link

Modifications to be compliant with deep copy of structures. #15

Open anmaped opened 8 years ago

anmaped commented 8 years ago

Linkedlists now supports deep copy using the copy constructors and the assignment operator that has been defined.

ivanseidel commented 8 years ago

Nice! I had a few questions about the reference passing, can you please clarify it?

anmaped commented 8 years ago

@ivanseidel Sure.