I have worked with a strict 80 character rule, and I find that it usually causes worse looking code with excessive multi-line statements, poor variable naming and makes refactoring more labour intensive.
I have a soft limit of around 100 characters for C++, which is good for readability and still allows me to have two side by side editing windows.
I have a soft limit of around 100 characters for C++, which is good for readability and still allows me to have two side by side editing windows.