80 character limits are perfectly reasonable and work well with literate programming. If you're having trouble staying under 80 characters:
1) you're using C++ and should pick a decent language
2) you need to refactor
3) your variable names are too descriptive, try commenting some time.