I am learning boost c++ libraries, installed boost and started reading their tutorial at http://www.boost.org/doc/libs/1%5F37%5F0/doc/html/variant/tutorial.html . I felt like I do not know anything even from c++ . I was stumped at some weird term called visitor
. It didn't explained me clearly what that meant. Can somebody please point me a link to good startup boost c++ tutorial.
Thanks