News

- Stroustrup initially named C++ language as C with classes because C++ language was almost the same as C language but they added a new concept of classes in it. - Classes are the extension of ...
Reflection is not only limited to class member functions. It can be also used on C-style functions. For this, reflex provides a simple macro: REGISTER_FUNCTIONS(list of functions). List of functions ...