Compile using G++ under Mac OSX?

anonymous wrote on Saturday, November 03, 2012:

Hey,
I have little experience with C but I do know that I would like to make use of
C++.
Considering both are extremely compatible, it would likely be a question of
switching the compiler to G++, but how would I go about doing this?

elmindreda wrote on Tuesday, March 19, 2013:

This would be completely pointless.

GLFW is written in C and C++ is explicitly designed to interoperate with C.