Roland a écrit : > > At 10:47 PM 4/3/02 +0200, Andreas Mohr wrote: > >search.microsoft.com. > > > >That's where I get quite some information from. > > > >Apart from that, mostly web searches and my pretty good collection of > >books (it's starting to extend to 1 meter of expert windows books now :-) > > Ok, let me ask this question: > > where do you get the information about the *nix API, the X-Windows API, > OpenGL etc? > > Roland
*nix: man 3 should have a lot of info. X-Window (without the "s"): www.xfree86.org. If you want something more portable, try starting at www.x.org. OpenGL: www.opengl.org There are also a ton of books on each of those subjects, although picking the good ones is difficult. Vincent