From: Warren Young Date: September 28 2006 7:11pm Subject: Re: Teaching mysql ... 2 List-Archive: http://lists.mysql.com/plusplus/5983 Message-Id: <451C1E6F.9090007@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit m.mescoli@stripped wrote: > > Is g++ the linux C compiler ? Yes, Linux uses it, but it's used far more widely than that. In addition to the options Matt pointed you to, there are two other major ways to use g++ on Windows: Cygwin and MinGW. They'll be #1 on Google...not hard to find. If you have a choice, I'd say you should prefer Cygwin. The licensing issues shouldn't matter for your situation, and it's got a wider user base and more available software.