想进一步了解borland c ++及其兼容性 [英] want to know more about borland c++ and its compatibility

查看:87
本文介绍了想进一步了解borland c ++及其兼容性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我理解Borland C ++是用于MS-DOS和Microsoft Windows的C和C ++编程环境(即集成开发环境)。它是Turbo C ++的继承者,包括一个更好的调试器,Turbo Debugger这是用保护模式DOS编写的。

它是Borland公司提供的C ++语言。



现在我的问题是如何使用borland c ++是不是与Visual Studio IDE一起使用的VC ++?
或者我们在microsoft提供的IDE中使用特定的C ++,称为visual studio吗?

什么是Borland的IDE C ++?可以在Visual Studio IDE中使用borland c ++吗?

典型的vc ++程序员可以在borland c ++上工作吗?

还是更接近.NET?

微软是否仅为borland c ++提供任何特定的IDE而不用于其他任何东西?

borland c ++兼容的后端是什么?

I understand that "Borland C++ is a C and C++ programming environment (that is, an integrated development environment) for MS-DOS and Microsoft Windows. It was the successor to Turbo C++, and included a better debugger, the Turbo Debugger, which was written in protected mode DOS."
its the C++ language provided by Borland company.

Now my question is how borland c++ is different than VC++ which is used with visual studio IDE ?
OR do we use specific C++ within an IDE provided by microsoft called visual studio ?
What is the IDE for borland C++ ? can borland c++ be used in visual studio IDE ?
can typical vc++ programmer work on borland c++ ?
or is it closer to .NET ?
does Microsoft provide any particular IDE only for borland c++ which is not used for anything else ?
What are the back-ends borland c++ is compatible with ?

推荐答案

C ++是ANSI标准语言。公司可以遵循标准来实施该语言。 C ++在不同的IDE中不是一种不同的语言...



BC ++(Borland)与Visual C ++的不同之处在于它们使用不同的编译器和库。那里有标准库,然后有每个制造商提供的附加产品。 VC ++更倾向于Windows上的ATL和MFC开发。



BC ++有自己的IDE,叫做C ++ Builder。你能在Visual Studio中使用BC ++语言吗?有点,我相信你可以操纵设置,使它重定向到BC ++编译器。



VC ++人可以在BC ++中工作吗?是的,它的C ++后,唯一的区别可能是提供的一些库。 VC ++不适合.NET,虽然Visual Studio可以用不同类型的C ++开发,称为C ++ / CLI for .NET,而Borland则不能。



Microsoft没有为Borland提供IDE。这就像福特为雪佛兰提供方向盘一样。



不确定你对BC ++的后端是什么意思。



编辑:



这是最新版本的Borland C ++,现在有一个不同的名字:http://www.embarcadero.com/products/cbuilder [ ^ ]
C++ is an ANSI standard language. There are standards that companies can follow to implement the language. C++ isn't a different language in different IDE's...

BC++ (Borland) is different from Visual C++ in that they use different compilers and libraries. There are standard libraries out there, and then there are the add-ons that each manufacturer supplies with the product. VC++ is geared more towards ATL and MFC development on Windows.

BC++ has its own IDE called C++ Builder. Can you use the BC++ language in Visual Studio? Kind of, I believe you could manipulate the settings such that it redirects to the BC++ compiler.

Can a VC++ person work in BC++? Yes, its C++ after-all, the only difference may be some libraries that are supplied. VC++ is not geared towards .NET, although Visual Studio can develop in a different kind of C++ called C++/CLI for .NET, and Borland can't.

Microsoft does not provide an IDE for Borland. That would be like Ford providing steering wheels for Chevrolet.

Not sure what you mean by back-ends for BC++.



Here is the newest version of Borland C++, which now has a different name: http://www.embarcadero.com/products/cbuilder[^]


这篇关于想进一步了解borland c ++及其兼容性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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