Tagged Questions
24
votes
28answers
3k views
What is an ideal variable naming convention for loop variables?
If you are writing a simple little loop, what should you name the counter?
Provide example loops!
1
vote
3answers
132 views
Best way to keep the user-interface up-to-date?
This question is a refinement of my question http://stackoverflow.com/questions/3161392/different-ways-of-observing-data-changes.
I still have a lot of classes in my C++ application, which are ...