Include glut.h in C++

Hi, i am new to openGL.
I have some problems. I usually use text editor to do some programming project (Notepad++). Now i am working in openGL and how I suppose to include glut.h in text editor without any IDE?

Thank you.
Like any other header. It is only relevant when you compile/link. So you need to tell the compiler/linker the path where it actually find the relevant files.

Note that you most likely need a library to link again as well.
Topic archived. No new replies allowed.