| View previous topic :: View next topic |
| Author |
Message |
Steven Edwards

Joined: 13 Mar 2006 Posts: 3071 Location: Mud, Bugs, and Taxes, NH, USA
|
Post subject: Re: Opinions on best software to develope C++ code with Posted: Sun Apr 15, 2007 12:16 am |
|
|
| Ron Murawski wrote: |
| It's good to develop using *all* of these compilers. Each of them will give you different error messages and, if you stick with only one of them, it's possible to code-in non-portable mistakes and not know it. |
True. I'd go further and suggest different host platforms as well to avoid lock-in of all kinds. Remember that an engine does not need a GUI, so vendor specific approaches can be avoided for this main part of any chess program.
For Windows, there's the free Cygwin project that includes X Windows and the gcc compiler tool chain.
For Linux, it's possible to get a brand new PC with a 160 GB drive and 512 MB RAM for US$400 and you supply the monitor. Ubuntu Linux is free, but you'll likely need a decent Internet connection for all the development tool set downloading.
For Macintosh, it's possible to get a brand new Mac Mini (Core Duo) with a 60 GB drive and 512 MB RAM for US$600 and you supply the monitor, keyboard and mouse. An entire development kit is included free (Xcode, gcc tool chain, etc., also: X Windows); this is the software I use most and would be my personal recommendation for budget computing.
Used hardware can result in savings of 50% or more if you know where to look. A year 2000 vintage iMac DV can be found for under US$100 and can run all the latest free development software, although you might have to upgrade the OS (US$130). I have one of these and it works fine, although it's a bit slow compared to the more expensive newer models.
Essentially, the advice is not to spend money on development software unless absolutely necessary. |
|
| Back to top |
|
 |
|
| Subject |
Author |
Date/Time |
Opinions on best software to develope C++ code with |
SteveJ |
Sat Apr 14, 2007 2:50 pm |
Re: Opinions on best software to develope C++ code with |
Zlaire |
Sat Apr 14, 2007 6:34 pm |
Re: Opinions on best software to develope C++ code with |
Ron Murawski |
Sat Apr 14, 2007 8:02 pm |
Re: Opinions on best software to develope C++ code with |
Steven Edwards |
Sun Apr 15, 2007 12:16 am |
Re: Opinions on best software to develope C++ code with |
Alessandro Scotti |
Sun Apr 15, 2007 2:07 pm |
Re: Opinions on best software to develope C++ code with |
Steven Edwards |
Sun Apr 15, 2007 2:56 pm |
Re: Mac XCode and 64 Bit |
Reinhard Scharnagl |
Sun Apr 15, 2007 3:14 pm |
Re: Mac XCode and 64 Bit |
Steven Edwards |
Sun Apr 15, 2007 3:28 pm |
Re: Mac XCode and 64 Bit |
Steven Edwards |
Sun Apr 15, 2007 5:33 pm |
Re: Opinions on best software to develope C++ code with |
Tord Romstad |
Thu Apr 26, 2007 9:58 am |
Re: Opinions on best software to develope C++ code with |
Aleks Peshkov |
Sun Apr 15, 2007 7:17 pm |
Re: Opinions on best software to develope C++ code with |
Vladimir Medvedev |
Mon Apr 16, 2007 1:51 pm |
Re: Opinions on best software to develope C++ code with |
Zach Wegner |
Mon Apr 16, 2007 5:38 pm |
Re: Opinions on best software to develope C++ code with |
Guetti |
Mon Apr 16, 2007 6:15 pm |
Re: Opinions on best software to develope C++ code with |
Dann Corbit |
Mon Apr 16, 2007 7:07 pm |
Re: Opinions on best software to develope C++ code with |
Cantor |
Tue Apr 17, 2007 9:52 am |
Re: Opinions on best software to develope C++ code with |
Onno Garms |
Fri Apr 20, 2007 8:53 pm |
Re: Opinions on best software to develope C++ code with |
Onno Garms |
Fri Apr 20, 2007 9:27 pm |
Re: Opinions on best software to develope C++ code with |
Tord Romstad |
Thu Apr 26, 2007 10:06 am |
Re: Opinions on best software to develope C++ code with |
NKOTB |
Thu Apr 26, 2007 12:29 pm |
Re: Opinions on best software to develope C++ code with |
Robert Pope |
Thu Apr 26, 2007 1:22 pm |
Re: Opinions on best software to develope C++ code with |
Roman Hartmann |
Sun Apr 22, 2007 6:39 pm |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|