C++ Compilers


You will need access to a computer with a C++ compiler for this course. You should be able to use just about any C++ compiler for this course. Although C++ has evolved somewhat over the years, this course only covers pretty standard features, so older versions of C++ should be fine.

One option is to use the computers in the Computer Studies Lab on any of the 5 main ACC campuses. The lab locations can be found at http://www2.austin.cc.tx.us./rvscis/labs.htm. Lab technicians are available at each campus to acquaint you with lab use procedures.

The table below lists some compilers that my students have used in the past. Standard Disclaimer: Just because a compiler is listed in this table does not guarantee that the compiler is suitable for this course or that it is virus-free. When downloading files off the web, be sure that you trust the site from which you are downloading and that you virus-check the files.

For some of these compilers I have listed prices that I believe are relatively accurate. Some can be downloaded for free from the web. Be aware that many compiler vendors offer Academic Pricing for students. Some of these products are available at the ACC Bookstores; some are available from various retail stores or directly from the compiler vendor. Academic Pricing may also be available at certain retail computer stores with your ACC id or fee receipt - call ahead to check.

For Windows machines:

Bloodshed C++ A free compiler that can be downloaded off the web. I downloaded a copy during the Spring 2000 semester and it passed my virus checker (Norton Antivirus). Read the disclaimer above. http://www.bloodshed.nu/dev/
Borland C++ Free compiler from Inprise/Borland. This compiler is the basis for Borland C++ Builder. Read the disclaimer above. http://www.borland.com/bcppbuilder/freecompiler/
Borland C++ Builder Available in some ACC Computer Studies labs. Iincludes a compiler, IDE, and form generator. Academic price: $49. http://www.borland.com/bcppbuilder/
Metrowerks CodeWarrior The last I heard they had a package that included an IDE with C++ and Java compilers. Academic price: $99 http://www.metrowerks.com/
Microsoft Visual C++ Probably the most popular C++ compiler for use in business. Available in all ACC Computer Studies Labs. Academic price: Standard Edition - $47, Professional Edition - $99. The Standard Edition should work fine for this course. http://www.microsoft.com/products/

For MacOS machines:

Metrowerks CodeWarrior Academic pricing available. http://www.metrowerks.com/

For Unix machines:

GNU C++ I believe this compiler is free. Read the disclaimer above. http://gcc.gnu.org/