|
From: Brian S. <br...@gl...> - 2000-12-15 16:12:15
|
At 09:08 AM 12/15/00 -0700, you wrote:
>1. Need to capitialize the GL in #include <GL/glut.h>
Argh. Well, I'm removing that anyway, but I'll fix it in the meantime.
>2. There is no <sstream> header file. There's an strstream header
>but it doesn't define the stringstream type.
Hmm... that's really weird. stringstream is definitely a standard part of
the STL; it's in the STLPort and the MSVC STL... and it's in <sstream> in
both of them. That's really confusing. If you do a
find /wherever/your/stl/is/ -regex ".*" -exec grep -Hn "stringstream" {} ;
... what does it turn up?
.b
|