Click here to Skip to main content
15,888,097 members
Articles / Web Development / HTML

Expression Evaluator Example Using a Variadic Visitor Pattern in C++

Rate me:
Please Sign up or sign in to vote.
4.94/5 (13 votes)
20 Jul 2015CPOL4 min read 24.1K   286   24  
Illustrates the idea of a variadic visitor pattern in C++ by way of an example expression calculator

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
New Zealand New Zealand
I've spent time programming for the security industry, video games, and telephony. I live in New Zealand, and have a Bachelor of Computing and Mathematical Sciences specializing in Computer Technology, from the University of Waikato in Hamilton, New Zealand.

Comments and Discussions