c ++解释器 [英] c++ interpreter

查看:68
本文介绍了c ++解释器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我正在寻找一个舒适的带c ++解释器的c ++ IDE,所以我要求b $ b能够执行c调试期间脚本和更改代码。

thnks

Hi,

I''m looking for a comfortable IDE for c++ with c++ interpreter, so i''d
be able to execute c scripts and alter code during debug.
thnks

推荐答案

hanch写道:


我正在寻找一个舒适的带有c ++解释器的c ++ IDE,所以我能够在调试期间执行c脚本并改变代码。

thnks
Hi,

I''m looking for a comfortable IDE for c++ with c++ interpreter, so i''d
be able to execute c scripts and alter code during debug.
thnks




它不是解释器,但Microsoft Visual C ++ .NET 2003 Standard是一个很棒的IDE,加上它让你在调试时编辑。


- Pete



It''s not an interpreter, but Microsoft Visual C++ .NET 2003 Standard is a
great IDE, plus it lets you edit while debugging.

- Pete


hanch写道:


我正在寻找一个适合c ++和c ++解释器的IDE,所以我能够在调试期间执行c脚本并改变代码。

thnks
Hi,

I''m looking for a comfortable IDE for c++ with c++ interpreter, so i''d
be able to execute c scripts and alter code during debug.
thnks




这不是翻译,而是Microso ft Visual C ++ .NET 2003 Standard是一个很棒的IDE,它可以让你在调试时进行编辑。


- Pete



It''s not an interpreter, but Microsoft Visual C++ .NET 2003 Standard is a
great IDE, plus it lets you edit while debugging.

- Pete


Pete写道:
Pete wrote:
hanch写道:
hanch wrote:
我正在寻找一个舒适的c ++ c ++ IDE解释器,所以我将能够在调试期间执行c脚本和更改代码。
I''m looking for a comfortable IDE for c++ with c++ interpreter, so i''d
be able to execute c scripts and alter code during debug.



它不是解释器,而是Microsoft Visual C ++ .NET 2003 Standard是一个很好的IDE,它可以让你在调试时进行编辑。



It''s not an interpreter, but Microsoft Visual C++ .NET 2003 Standard is a
great IDE, plus it lets you edit while debugging.




编辑调试是一个坏习惯因为你没有动力去

decouple。


如果我编写的函数只能通过其他方法调用精巧的

状态,我必须执行一个程序,步骤通过它,在那个

状态下获得该功能,并进行调试。在调试时更改代码的能力现在是一个修复

的症状,而不是治愈。


相反,如果我的函数解耦,并且我可以通过测试来调用它,然后对于每一个小改动,我都希望再次运行测试。

在测试中更改代码可能会使问题变得模糊。


因此调试较少,并编写更多测试装备,鼓励解耦,即b $ b提高速度。


-

Phlip
http:// www.xpsd.org/cgi-bin/wiki?Tes...UserInterfaces


这篇关于c ++解释器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆