I am new on these forums however, I browse cplusplus quite frequently.
So my question is, does anyone try to learn something new each day when it comes to c++? and if so would you mind sharing the places you go to learn these things? I am very comfortable in c++, and I know no one out there knows everything about it which is why I am looking to further expand my knowledge base of it.
An example of what I am referring to is recently, I noticed something in the c++ baseline I am currently working in and that was an operator() overload, which I never thought about doing before... So I looked into it and there are several recommendations for what overloading the operator() within a class could be used for... long story short, a faq I came across was talking about why you should use operator() over operator[] when it comes to matrices.