Skip to content
Snippets Groups Projects
Commit 57b2eb97 authored by Rudi Buss's avatar Rudi Buss
Browse files

Update Exercise 1 - Element.txt

parent 9b777be9
No related branches found
No related tags found
No related merge requests found
Create a class "Element", which (as public) contains the following data members an integer variable called "Value" and a pointer called "Next", which is of the same data type as the class. Create a class "Element", which (as public) contains the following data members an integer variable called "Value" and a pointer called "Next", which is of the same data type as the class.
Create an object in the main that has the value NULL at the beginning. Create an object in the main that has the value NULL at the beginning.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment