Why do people use enums in C++ as constants while they can use const?

Why do people use enums in C++ as constants when they can use const?