once the cash register link list is created.

how do I make the int n go up by one?
n++, but in a linked list data kind of way?

would it be

int number = 1;
cash_register -> n = number;
number++; ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.