Are java annotations the same thing with C# attributes? What is the equivalent in C++?
I found the solution of the first part of my question here. But what about C++? I think these kinds of mechanism are not possible in C++ because they request reflection and reflection doesn't exists in C++. Right?