Advertisement
Guest User

Untitled

a guest
Jul 11th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. int main()
  2. {
  3. ConstantNode cnode(10);
  4. BinaryFuncNode bfnode(addI);
  5. bfnode.attach(cnode.get(), cnode.get());
  6. return bfnode.evaluate();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement