OpenCL c++ binding in iMac

I am a beginner Mac user and I know the iMac has the OpenCL libraries. But how could I use the c++ bindings?! I mean, where should I put the file “cl.hpp”?
Thanks!

As far as I know, the c++ wrapper is not included in Apple’s OpenCL framework.
You should download and include it manually.

Yeap! And I also figured out that the “-framework OpenCL” was missing! But now it is working! Thanks!