Problem: Write a program that will find the largest element of an arbitrary array without using any conditional structures: banned { if/if-else/switch/for/while/do/?:-operator }
bonus: Display the array sorted from smallest to largest with the same conditions.
i.e. write the function max in this little program:
...
So someone was asking about how to parse ini files (
here ) which led me to find
this Boost::Spirit ini parser which made me interested in learning about
Boost::Spirit...