I have a bookmark to http://stackoverflow.com/unanswered/tagged/c%2b%2b?tab=newest, which has always shown me the newest unanswered questions for C++ (%2b being "+", URL-encoded).
This URL now shows me C questions rather than C++ questions (and the search box shows [c]).
If I then click on the C++ button I get taken to http://stackoverflow.com/unanswered/tagged/c%20c%2b%2b, which still shows only C questions, and now the search box shows [c] [c].
tagged/c%2b%2b still works elsewhere on the site, but under unanswered it doesn't.
cs when you clickc++. – Asad Dec 2 '12 at 10:56http://stackoverflow.com/unanswered/tagged/cpp?tab=newest- because cpp is a synonym for the c++ tag. Doesn't necessarily help with all the other tags with "+" in them though. – Alan Stokes Jan 5 at 15:42