December 6, 2011

cdecl - Turn English to C or C++ and Vise Versa

cdecl - C gibberish ↔ English
cdecl is a program for encoding and decoding C or C++ type declarations. It can convert your c programming code sentence to English and vice versa.
Example:
If we type "declare arr as array 20 of int" it will convert into C declarations such as "int arr[20]"

It can also translate the C into the pseudo English. And it handles typecasts too. And in this version it has command line editing and history with the GNU read line library.

It is a gem for any C programmer who has ever scratched their head wondering what a complex statement like "int (*(*foo)(void ))[3]" or "declare bar as volatile pointer to array 64 of const int".

Cdecl
Documentation 

Related Posts :



0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Related Posts with Thumbnails