Page 1 of 1 [ 7 posts ] 

plague
Tufted Titmouse
Tufted Titmouse

User avatar

Joined: 4 Jun 2006
Gender: Male
Posts: 36
Location: Australia

24 Oct 2007, 4:17 am

Would C++ be the best language to develop advanced applications? If it is should i use Visual C++, Borland C++ or a different company?? If it is not the best language to use which would be a suitable language?


_________________
Stewie: Let me guess, you picked out yet another colorful box with a crank that I'm expected to turn and turn until OOP! big shock, a jack pops out and you laugh and the kids laugh and the dog laughs and I die a little inside.


iceb
Veteran
Veteran

User avatar

Joined: 26 Apr 2007
Age: 68
Gender: Female
Posts: 1,562
Location: London UK

24 Oct 2007, 4:58 am

I like C & C++

Your Integrated Development Environment depends on what you like, what your used to and what you can get (Pay for).

Open Watcom provides a IDE and is free :)

see:http://www.openwatcom.org/index.php/Main_Page


_________________
Wisdom must be gathered, it cannot be given.


Khalaris
Sea Gull
Sea Gull

User avatar

Joined: 24 Sep 2007
Age: 38
Gender: Female
Posts: 245
Location: Nuremberg, Germany

24 Oct 2007, 6:46 am

C++ is a good choice for advanced applications IMO. You could also try C# (which isn't that much of a change from C++).

In my experience Borland C++ is very buggy. We used to work with it at school and it was horrible. I use the Visual Studio now. You can get a free version of Visual C++ btw. Visual Studio isn't perfect, but if you have a problem it's way easier to find an answer than with Borland.



tomamil
Veteran
Veteran

User avatar

Joined: 13 May 2007
Age: 45
Gender: Male
Posts: 1,015
Location: Jeddah, Saudi Arabia

24 Oct 2007, 12:55 pm

the last 5 years of my life, i was developing a program for computational modeling of articular cartilage in C++. i had to call some Fortran subroutines from it and it was easy, so i liked it. and most important for me was the speed. using java, for example, the speed of my computations would be much worse. with some complicated application, be careful with memory management, it can be crucial. i was using Visual Studio, no complains there.



ahayes
Veteran
Veteran

User avatar

Joined: 2 Dec 2006
Gender: Male
Posts: 9,506

28 Oct 2007, 2:39 pm

Visual Studio is okay, except when you want to do GUI, then I hate it. It's so tedius. wxDev-C++ is my favourite if I want to do GUI stuff, but a bit buggy.



lonelyLady
Snowy Owl
Snowy Owl

User avatar

Joined: 19 Sep 2007
Age: 39
Gender: Female
Posts: 166
Location: behind a very old computer

28 Oct 2007, 10:18 pm

really? where? please post a link! thanks

Khalaris wrote:
You can get a free version of Visual C++ btw. .


_________________
"To be stupid, selfish, and have a good health are the three requirements for happiness, though if stupidity is lacking, all is lost."
-Gustave Flaubert


ahayes
Veteran
Veteran

User avatar

Joined: 2 Dec 2006
Gender: Male
Posts: 9,506