Active Members Fi8sVrs Posted December 21, 2011 Active Members Report Posted December 21, 2011 cdecl - C gibberish ? Englishcdecl 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".CdeclDocumentationSource CodeAuthor: ridiculous_fish Source Quote
DuTy^ Posted December 21, 2011 Report Posted December 21, 2011 Hmm.. let`s see... acum programarea chiar ca e pentru toata lumea.. Quote
Nytro Posted December 21, 2011 Report Posted December 21, 2011 E util cand vezi niste sintaxe mai urate si iti e lene sa aranjezi codul sa il intelegi.(*(void(*)()) SC)(); Quote