Hey gang,

since there has been some interest towards learning C/C++ (great
initiative!), I thought I'd share my latest release on the topic: a
template metaprogramming library.

Note that I do not recommand template metaprogramming to those just getting
started with C++ but it's good to keep in mind its existance for later as
it can be eye opening and is a great tool to solve some problems.

In comparison to how some advanced template metaprogramming techniques look
as intuitive as quantum physics, this library is relatively simple and
could potentially be used as a soft introduction to the topic with the help
of its source code and the set of examples from the documentation. I'm not
an expert on the topic though so this shouldn't be seen as an ultimate
reference or something. That being said, I did my best to provide something
robust that follows what seems to be the good practices.

Anyways, in the hope that it will help somebody at some point, here are the
links:
- blog article
<http://christophercrouzet.com/blog/post/2015/01/09/m3ta%3A-A-Template-Metaprogramming-Library>
- GitHub project <https://github.com/christophercrouzet/m3ta>
- documentation <http://m3ta.readthedocs.org/>


Cheers,
Christopher.

-- 
Christopher Crouzet
*http://christophercrouzet.com* <http://christophercrouzet.com>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CANuKW50uaF5Zqe%3Dz1QqDb_BPjsm4DJJZF4aWt66_BpSyZFt1PA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to