Page 1 of 1
Best C++ prog?
Posted: Sat Nov 02, 2002 7:56 pm
by Khumash-Gor
I'm, uh, just getting started with this business. Never wanted to but after seeing what you guys can do with it, its time I sucked it up and got to it. I was just wondering what anybody would reccomend, not for starters, just straight out. Whats the best program?
Am I posting too much?
KG
Re: Best C++ prog?
Posted: Sat Nov 02, 2002 8:32 pm
by Colourless
You'll get a different answer from everyone
Re: Best C++ prog?
Posted: Sat Nov 02, 2002 9:44 pm
by Khumash-Gor
Thats what I'm looking for, but I'll get whatever the majority uses, if there is a majority anyway.
Re: Best C++ prog?
Posted: Sat Nov 02, 2002 10:03 pm
by SB-X
Exult is my favorite C++ program.

Re: Best C++ prog?
Posted: Sat Nov 02, 2002 11:17 pm
by ascendence
borland's compiler (normally used under windows systems and i think linux has a version) is what most hard core c/c++ programmers use.
there's also visual c/c++ made by microsoft for the windows platform, a lot use it but not nearly as much as borland.
and finally, there's a lot of different freeware compilers for c and similar to c for the linux/unix platforms. there's a bigger variety there then there is for any other os. if you want some specific names for the linux ones, i can get you some sites, and some names to look for. just email me and let me know.
Bloodshed Dev 5
Posted: Sun Nov 03, 2002 12:32 am
by Dino3
Bloodshed Dev 5 is easy to use and easy to get. The others are hard to get.
http://www.bloodshed.net/devcpp.html
Happy coding!
Re: Best C++ prog?
Posted: Sun Nov 03, 2002 2:28 am
by Sslaxx
When you say 'Bloodshed', you mean 'MinG/W32', seeing as that is what it is (plus a pretty interface on top).
Re: Best C++ prog?
Posted: Sun Nov 03, 2002 4:11 am
by Colourless
You've got to be kidding with the statement that more people use BC++ rather than MSVC. I'd like to see some figures that can back that claim up.
If you were doing Windows development, I recommend MS Visual C++, if you can afford it. It will guarantee that anything released by Microsoft will actually work, and when it is released it will work right away. You wont need to wait for someone to port a library, or have to do it yourself.
-Colourless Dragon
Re: Best C++ prog?
Posted: Sun Nov 03, 2002 6:32 am
by nadir
But if he's just starting, then I guess a Free alternative and a helpful IDE/editor can help just as much. And that Bloodshed thing looks good enough for that.
Tristan
Re: Best C++ prog?
Posted: Sun Nov 03, 2002 12:57 pm
by ascendence
if you would reread my post, i said hard core programmers, not the general public of c/c++ programmers. vc++ is used mostly by mainstream programmers, where as borland is used by the more hardcore programmers because of its flexability and the fact that its coding is more indepth then the visual editors. just because it says 'microsoft' on the box, doesnt mean its going to be used by the most people.
Re: Best C++ prog?
Posted: Sun Nov 03, 2002 1:09 pm
by Kristoph
I would say :
- Avoid VC++ at first, you'll only end up with some bad habits because the thing isn't very compliant with the standard C++
- Go for Borland C++ if you can because it's a good IDE, the compiler is really compliant with nearly all of the standard C++. The only problem beeing that the code produced by that compiler is rather slow.
- If you can stand the slow compile time of GCC, go for the Bloodshed thing.
Maybe once you've learned what is the real C++, you'll be able to use VC++ without producing bad code

Re: Best C++ prog?
Posted: Sun Nov 03, 2002 3:55 pm
by Telemachos
Uhm, I don't think any compiler can be held responsible for whether your code is good or bad

It's not like VC++ *forces* you to write bad code.. and if you install STLPort it's fairly standard compliant..
- Tele
Re: Best C++ prog?
Posted: Mon Nov 04, 2002 12:25 am
by nadir
Hardcore programmers use Borland or VC++ ?
Bah!
They use VI, GCC, make, etc.

Re: Best C++ prog?
Posted: Mon Nov 04, 2002 12:58 am
by Darke
That sounds about right, after all, if it was easy to use, a 'hard core' (is that someone that makes lots of painful coredumps?) programmer would certainly not use it.
Darke
(Logically, therefore, such a 'hard core' programmer would be using a painful to use IDE such as VC++'s. *grin*)
Bloodshed
Posted: Mon Nov 04, 2002 4:37 am
by Dino3
I use Bloodshed because it's easy to use and easy to get. Now I'm a newbie, I know practically no C++, and what I need is something easy to use. Bloodshed satisfied me.
When looking at a C++ tutorial, it linked to four choices of C++ programs. Borland required becoming a member. Another one required downloading of thousands of files one by one. Yet another was a broken link... but Bloodshed was the only one that worked. I downloaded it quickly and easily.
Re: Best C++ prog?
Posted: Mon Nov 04, 2002 8:20 am
by drcode
Another vote for gcc. But not vi; you've got to use emacs:-)