Hi, is it possible to intialize a const using another const? Such as: const long a = 0; const long b = a; Thanks m