VC++ 'Generating Code', what does it mean?

Viewed 4502

WHen compiling in visual studio the compiler outputs this at what seems to be its own discretion:

1>Generating Code...

what is it doing here exactly?

4 Answers
Related