C-Language > English
-
A while back someone posted a cryptic line of C-code asking what it does. Someone responded with the output of a DOS tool that gave an english-language description for any line of code given as input. Does anyone know what the name of that DOS tool was, or better yet where I can download it? Thanks Scott
-
A while back someone posted a cryptic line of C-code asking what it does. Someone responded with the output of a DOS tool that gave an english-language description for any line of code given as input. Does anyone know what the name of that DOS tool was, or better yet where I can download it? Thanks Scott
Pretty sure the one you are talking about is "cdecl". It can be downloaded here: http://www.simtel.net/pub/pd/41564.html[^] And the source can be downloaded here (in the cutils package): http://www.sigala.it/sandro/software.html#cutils[^] Chris Richardson
Terrain Software