#Not exactly sure what pointers are here for?

8 messages · Page 1 of 1 (latest)

gentle ether
#

I understand pointers, and have worked with them, but I am unsure why parent has to be a pointer and files and mm have to be pointers as well.

blissful pastureBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For more information use !howto ask.

native charm
#

im guessing it's because most of the time you want to modify them directly and not modify a copy

gentle ether
tender edge
#

children is a list

#

its struct list_head children, probably a list of pointers to children

upbeat coral
gentle ether
#

!solved