c++decl
Turn English phrases to C or C++ declarations
Install
- All systems
-
curl cmd.cat/c++decl.sh
- Debian
-
apt-get install cdecl
- Ubuntu
-
apt-get install cdecl
- Kali Linux
-
apt-get install cdecl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cdecl
- OS X
-
brew install cdecl
- Raspbian
-
apt-get install cdecl
- Dockerfile
- dockerfile.run/c++decl
cdecl
Turn English phrases to C or C++ declarations
Cdecl is a program which will turn English-like phrases such as "declare foo as array 5 of pointer to function returning int" into C declarations such as "int (*foo[5])()". It can also translate the C into the pseudo- English. And it handles typecasts, too. Plus C++. And in this version it has command line editing and history with the GNU readline library.