PREV INDEX NEXT

Author: Unknown
Subject: const CMD *
Date: Saturday, 28 Nov 2020, 17:03:41

why do we need const CMD *cmdList instead of just CMD *cmdList?
When I do "CMD *itr = cmdList"
it says initialization discards `const' qualifier from pointer target type
PREV INDEX NEXT