¡@

Home 

c++ Programming Glossary: printlistrecursively

Print LinkedList Recursively using C++

http://stackoverflow.com/questions/20226797/print-linkedlist-recursively-using-c

error that says Declaration is incompatible with void List PrintListRecursively so I wonder that the way I pass the parameter is just a slight.. is just a slight different. thank you in advance void List PrintListRecursively nodePtr curr if curr NULL cout n return cout curr data endl.. curr if curr NULL cout n return cout curr data endl PrintListRecursively curr next I wrote the same function not recursively void List..