C++ and OpenGL

Started by
7 comments, last by rip-off 15 years ago
Does C++ work with OpenGL?
Advertisement
Yes.
You can use OpenGL in a C++ program, yes.
OpenGL is just a graphics library that you incorporate with other language. So
you can use it with c++ or any other language.
Our whole life is a opengl application.
Quote:Original post by tnutty
OpenGL is just a graphics library that you incorporate with other language. So
you can use it with c++ or any other language.
Brainfuck has no OpenGL bindings.

Quote:Original post by CableGuy
Quote:Original post by tnutty
OpenGL is just a graphics library that you incorporate with other language. So
you can use it with c++ or any other language.
Brainfuck has no OpenGL bindings.


Well...
OpenGL has C-style interface (no objects, just functions). But it can easily be used in a C++ program.
What's Brainfuck?
Quote:Original post by Daberzeu
What's Brainfuck?

Its a toy language that is a pain to use, hence the name. Ignore it, it was just someone trying to point out that not every language has OpenGL bindings. But they picked on the wrong language.

This topic is closed to new replies.

Advertisement