OpenGL 1.4

How to prgraom with OpenGL 1.4 or 1.3 ?? Where could I find the header file ??

you can programm OpenGL 1.3 by using the ARB_extensions provided by your driver.
Check out the version string of your renderer (you know, with a GL call).
You can use the headers from the NVIDIA OpenGL SDK

OpenGL 1.4 is not available yet, because it’s very new and i think the new extensions are implemented right now.