本文介绍了C99到C89翻译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人知道是否有C99到C89的翻译器,

免费

或商业广告。我在谷歌搜索但到目前为止看不到它。

感谢您的任何提示。


Napi

解决方案




您期望翻译人员做什么?可变长度

数组?

<<删除电子邮件的del>>





我认为Greg Commeau的产品可以做到。




-

Jack Klein

主页:



comp的常见问题解答。 lang.c

comp.lang.c ++

alt.comp.lang.learn.c-c ++


Barry Schwarz写道:




我不知道。

Comeau C99编译器对可变长度数组做了什么?



Does anybody know if there''s any C99 to C89 translator out there,
either free
or commercial. I searched on Google but couldn''t see it so far.
Thanks for any tips.

Napi

解决方案



And what would you expect a translator to do with a variable length
array?
<<Remove the del for email>>




I think Greg Commeau''s product can do it.

http://www.comeaucomputing.com

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html




I don''t know.
What does the Comeau C99 compiler do with variable length arrays?

http://www.comeaucomputing.com/


这篇关于C99到C89翻译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 18:55