according to some tutorials i read a while back, the \"const\" declaration makes a variable \"constant\" ie it cannot change later. But i find this con
You can forget about it but isn't it nice if the compiler forces it upon you? That way, your "const" variables actually stay constant.