C++ basic setup for using openGL -


i have windows 8.1 os. wanted run basic c++ program using opengl downloaded compatible turbo c++ software of 64 bit.

when run program got errors because said unable open header file i.e., graphics library. there primary things setting path in environmental variables, url should paste? or let me please know if there's other common things need set in-order use graphics library. thank you.

do not use turbo c/c++ , try modern ide (codeblock , codelite , dev-c++ or other). read http://www.codeblocks.org/downloads/26

in ide common header files plus examples , opengl example here . suggest try codeblock.

why not use turbo c/c++ (https://stackoverflow.com/a/1962710/4499919)


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -