Tuesday, July 28, 2009

I want to download turbo c++or borland c++ to do programs. can u help me?

i tried and download borland c++ compiler 5.5


i even saw the website for its detailed instructions


but i am able to work with the compiler


plz help me

I want to download turbo c++or borland c++ to do programs. can u help me?
Turbo C++ is, as far as I am aware, a dos based program, which will not work properly if you are using windows.


If you still want it, here are the links:


http://dn.codegear.com/article/20841 (turbo c++ 2.01)


http://dn.codegear.com/article/21751 (turbo c++ 1.01)





Borland C++ 5.5 would work on windows, but as you noted is very difficult to use.


If you are trying to learn c++ programming I would suggest one of the following tools:


Dev CPP:


http://www.bloodshed.net/dev/devcpp.html (The first link under downloads)


Eclipse:


http://max.berger.name/howto/cdt/


Microsoft Visual C++ 2005 Express:


http://msdn.microsoft.com/vstudio/expres...





These are all great tools to learn, but unfortunately none of them have easy support for graphical applications.





If you are looking to develop windows GUI programs (graphical user interface), such as most applications which are in use today, you can do that by using one of the free libriaries for c++ graphics:


wxWidgets, ATL, qt...


But that is an advanced topic in c++, also not very easy to write such applications.





If you are looking for a quick tool to get started with windows applications then you might wish to consider switching on to C# (which is kinda new, but becoming very popular) by Microsoft. It is based on .NET and there is a download on the visual studio express link that I posted above. With this it is much easier to create regular windows applications, also the language is very similar to c++.





Hope that helps.


No comments:

Post a Comment