Author: José Carlos
Date: 09:01:01 11/16/02
Go up one level in this thread
On November 16, 2002 at 11:45:27, Bob Durrett wrote: > >I'm Confused. C, C++, C#. Which to Use? > >I have an old Visual C++ compiler which I purchased many ago. But bulletins >posted here seem to favor C, as opposed to C++ as if C is better than C++ for >chess engine programming. > >Still trying to find the best C compiler to use for chess engine design on my >Compaq 1 GHz 1GB RAM single-processor PC. > >Tried to download one but got error message saying NO! > >Yahoo! seems to find C++ compilers but not C compilers. > >Sorry for sounding like a child. : ( > >Bob D. Most (if not all) C++ copilers are also C compilers. Visual C++ is. What languaje to choose is a matter of personal preference, because both are equally good for chess programming. C is conceptually easier to learn. With C++ you can write conceptually more complex programs with less complexity for you. Chess is simple enough for making C++ conceptual advantage not important. If you don't know any of both, just chose one (I'd suggest C because I like it more, but no objective reason) and learn it. Only after you know the languaje, start doing chess programming. If you start too soon, you'll get confused and lose motivation. My 2 cents. José C.
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.