S
Stefan Ram
Here is a program. It does not seem to be correct, but you might
still get the idea of what I would like to accomplish using »plus«.
Can you modify my program so that it prints the sum (5) of 2 and 3
using »plus« in the simplemost way possible, in a way that is as
close to the following program as posssible?
#include <iostream>
#include <ostream>
#include <functional>
int main(){ ::std::cout << ::std:lus( 2, 3 )<< '\n'; }
still get the idea of what I would like to accomplish using »plus«.
Can you modify my program so that it prints the sum (5) of 2 and 3
using »plus« in the simplemost way possible, in a way that is as
close to the following program as posssible?
#include <iostream>
#include <ostream>
#include <functional>
int main(){ ::std::cout << ::std:lus( 2, 3 )<< '\n'; }