Is there any HTML documentation for 1.6 or 2.x on the web some where?
The link in the doc page isn't active. I have been fighting with different programs and setups to get the documentation but would rather have a handy online resource. Something SDL has better or I can find more of.
I was trying to do something like:
sf::RenderWindow MainWindow;
// someplace else in the code...
MainWindow. // something to init the window.
All valid c++ stuff and should be legal in your library if it is set up properly. I can't find documentation and sifting through the source code when I want to work on my own project is troubling.
Supposedly, you have documentation some where but no where handy with out installing a million pieces of software to get to. The problem of your documentation system.
Am I finding a developer putting out something that people rave about out there but doesn't keep up with the documentation for those of us who Use the libraries beyond the tutorials?