I mainly use only C++ keywords when coding with OpenGL because that's what they taught us in college. Anyway, I've noticed that most OpenGL source code has printf to print out program output. I was wondering if I could use cout instead since I am more accustomed to using it? I'm asking this because I don't think I've ever seen it used in OpenGL source code from the web. Does it not work under OpenGL?



