Is there a length limit to the names of variables in C++? What is it? Does this have anything to do with the \"64/32-bitness\" of the machine?
EDIT:
In MS Visual Studio 2003–2012 the maximum length of an identifier is 2047 characters (per MSDN).