cppman icon indicating copy to clipboard operation
cppman copied to clipboard

C++ 98/11/14 manual pages for Linux/MacOS

Results 36 cppman issues
Sort by recently updated
recently updated
newest added

Checking the cppman page for certain keywords will result in a function, such as the page for an int, while other keywords will have their own pages, such as a...

Hello, I build the package from [AUR](https://aur.archlinux.org/packages/cppman), and it gives following warnnings: ``` /usr/lib/python3.12/site-packages/cppman/main.py:126: SyntaxWarning: invalid escape sequence '\.' /usr/lib/python3.12/site-packages/cppman/main.py:396: SyntaxWarning: invalid escape sequence '\s' /usr/lib/python3.12/site-packages/cppman/main.py:399: SyntaxWarning: invalid escape sequence...

![Screenshot_20240324_172937](https://github.com/aitjcize/cppman/assets/120995762/2f85d99b-1157-4617-a606-5cb6b41de534) ![Screenshot_20240324_172958-1](https://github.com/aitjcize/cppman/assets/120995762/3dfe35bc-4899-4e8e-9eca-7570f098df9b)

First of all thanks for this great tool! By default, you use the section 3 for man pages, I don't use cppman with man only because I don't want to...

Is there any way to return the C page instead of the C++ page on cppreference? for example https://en.cppreference.com/w/c/memory/malloc instead of https://en.cppreference.com/w/cpp/memory/c/malloc

Separated the "Entry" as a Separated object that calculates "on the fly" the aliases from the keywords. Doing that made it actually finish the indexing operation. By using generators instead...