Documentation

Accessing the documentation quickly is very important, Zeal docs is one approach, man pages for C function is another one.

Zeal docs

Zeal Docs is very nice offline documentation browser. It can download the C++ docsets as a package from the cppreference.com pages. Instead of searching cppreference pages on Google, you can access all of the pages locally and search them. The search of pages is far from perfect but it is doing the job. You can search inside an opened page as well.

zeal-cpp-demo.png

zeal-cpp-demo-details.png

Man pages

TODO