For the past decade, I've needed C++ on and off. And every time I need it, I realize I've forgotten a lot of it, and then re-learn it again (I've repeated this process quite a bit). Well now I am in need of it again, however, all my Googling reveals just beginner resources, and I sort of want to skip that stuff. I need a refresher on all the things like usage for:
const
register
inline
and the nuances surrounding pass-by-reference, value, etc.
Anyone have a good source?
I would prefer an online source over a book.