Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
11answers
743 views

What you think about throwing an exception for not found in C++?

I know most people think that as a bad practice but when you are trying to make your class public interface only work with references, keeping pointers inside and only when necessary, I think there is ...
1
vote
2answers
133 views

What is the best way to do basic View tracking on a web page?

I have a web facing, anonymously accessible, blog directory and blogs and I would like to track the number of views each of the blog posts receives. I want to keep this as simple as possible, ...