Click here to Skip to main content
15,904,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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 ?
Posted

1 solution

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++.

Edit:

Here is the newest version of Borland C++, which now has a different name: http://www.embarcadero.com/products/cbuilder[^]
 
Share this answer
 
v2
Comments
Swap9 8-Jan-14 11:47am    
ok. Why is it not so popular like VC++ ? I mean what are the limitations of BC++ ?
Back-ends meaning, databases or other supporting technology.
Ron Beyer 8-Jan-14 11:48am    
They have the same supporting technology... Why is VC++ so popular? Its free (basic versions but very good feature sets), the newest versions of Borland are well over $3000 US. Visual Studio Express versions are free, then you can select newer versions based on how much you need to spend. Plus it has other supporting technology like Team Foundation Server and source control.
Stefan_Lang 9-Jan-14 3:31am    
I'd like to add that TFS includes source control, but is only included in the much more expensive "ultimate" version (last I checked it was in or close to the 5 digits for a single full license!). Pricing may be less painful for larger teams, or companies with full MSDN support, but I have no info on that.
Ron Beyer 9-Jan-14 8:56am    
TFS has an express edition starting in 2012 (free for up to 5 users), and in 2012 the VS express conditions can connect to TFS and use source control. I think its just missing a couple features like build agents...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900