What does the following code do?

int number;

int& atlas = number;
number = 212;
atlas++;

What do you think it does? Did you test it out?

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.