Well, most of the stuff at Nehe is actually just C. Then again, Nehe's and other's tutorials are primarily meant for getting started in OpenGL -- not for building a full application. Application or game buiding is an entirely different matter. In such cases, C++ is used over C because the object-oriented approach can potentially lead to much better data abstraction and organisation of a program.