Does anyone know a help like the Borland one for linux? Can be in html.. plain text.. it doesn't matter. I just want to find help quickly.
This is a discussion on C++ linux help like the Borland one within the Linux Programming forums, part of the Platform Specific Boards category; Does anyone know a help like the Borland one for linux? Can be in html.. plain text.. it doesn't matter. ...
Does anyone know a help like the Borland one for linux? Can be in html.. plain text.. it doesn't matter. I just want to find help quickly.
KDE's KDevelop has reference documentation for C and C++ library functions, IIRC.
In any console type 'man functionname'
For example to get info on the atoi function type
"man atoi"
It'll work with any libraries as well, though they usually have HTML documentation online as well.
Those who live by the sword get shot by those who don't.
I can C.
Compiler: gcc