On Tue, Dec 16, 2008 at 19:44, René Bürgel <rbuergel@xxxxxx> wrote: > Is there anyone, that can act as a kind of mentor, just for the case, that > some questions will come up? I consider myself still as a junior software > developer, although i'm quite experienced in C++ including a good > understandig of template metaprogramming. There are three main resources you can use: 1- Wiki: http://gcc.gnu.org/wiki/GettingStarted has links to some internal documentation, presentations, papers, etc. 2- IRC: irc://irc.oftc.net/#gcc: several of us hang out in that channel and you'll usually find somebody to answer your question or point you in the general direction. 3- Mailing lists: You can mail your question to gcc@xxxxxxxxxxx, this may take longer than the other 2, but is also a good resource. Diego.