programming paradigms

Except imperative and object oriented programming, what paradigms does C++ support?

Is there a recommended website I could use to find examples of alternative paradigms? In particular, I'm interested in functional programming, though I'd love to learn more than just that.
imperative? Is that procedural?

As I understand it, Procedural and Object Oriented are the only paradigms directly supported.

You may find these interesting:
http://www.boost.org/doc/libs/1_53_0/libs/mpl/doc/index.html
http://loki-lib.sourceforge.net/

... but I'm not aware of functional programming support.
Topic archived. No new replies allowed.