Tagged Questions

4
votes
12answers
289 views

Modernize Legacy Cobol

I am constantly reading about how much Cobol code is still in production. And the main reason that it hasn't been updated into am more modern language is that it would take too long/cost too much. …
34
votes
7answers
2k views

Examples of “modern c++” in action?

For new and completely revised tricks and dark corners of STL go here: Hidden Features and Dark Corners of STL I've been using more "modern" c++ constructs for a while, but kind of superficially and …
5
votes
7answers
137 views

UI ideas for when toolbars fail

What does one do when the number of buttons in an application grows beyond the comfort zone of toolbar UIs? I'm currently approaching the 1000 button mark and there's no sign of slowing down. My …