<div class="gmail_quote">2011/7/30 Peter Foelsche <span dir="ltr">&lt;<a href="mailto:foelsche@sbcglobal.net">foelsche@sbcglobal.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear All,<br>
<br>
I would like to translate some C-Code into objects.<br>
I did this already for functions and expressions: Writing template functions and passing my expression object as an argument.<br>
Now I want to do this for C-Code, which uses if-statements and variables.<br>
To do this, I would implement some template function for an if-statement.<br>
And some function for an assignment to a variable.<br>
Probably using enumerations to indicate the variable.<br>
<br>
Is this the right approach?<br></blockquote><div><br>Why not Phoenix?<br><br><a href="http://www.boost.org/doc/libs/1_47_0/libs/phoenix/doc/html/index.html">http://www.boost.org/doc/libs/1_47_0/libs/phoenix/doc/html/index.html</a><br>
<br></div></div><br>

