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

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -