Could anyone explain me the syntax of linked lists data structure and how do they works in C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Could anyone explain me the syntax of linked lists data structure and how do they works in C++

The operations that I would understand is how can I add nodes in a linked lists data structure with simple instructions; moreover I would like to know the meaning of “->” in the syntax, and the use of pointers in this data structure.

5th Sep 2019, 4:06 PM
riccardo
3 Answers
5th Sep 2019, 4:51 PM
Manual
Manual - avatar
0
thank you, i don’t understand which is the meaning of -> and what is it used for
5th Sep 2019, 6:21 PM
riccardo
0
I want to implement my own linked lists data structure for the university. In some exercise it is required the usage and creation of linked lists; actually we don’t use objective oriented programming already, we’ll use it in few months, for now we only program in procedural programming.
8th Sep 2019, 8:02 PM
riccardo