CSCI 1200 Data Structures Fall 2012 |
|
Home Contact Information
Syllabus
References
Getting Help
Calendar
Weekly Schedule
Homework
|
C++ Development EnvironmentsCygwinYou probably already have Cygwin on your laptop as part of the RCS default installation. What is it? It's a UNIX environment for the Windows Operating System. You can do all of your work for this class using Cygwin, g++, and a text editor such as Emacs (in other words, you don't need to use Visual Studio). Read more about Cygwin here: NOTE: The default installation of Cygwin does not include all of the packages you will use this semester. If you are missing some packages, re-run the setup.exe installer, and search and click to enable installation of "g++", "ssh", and "zip". Upgrading is much faster than the original installation.Plaintext & Code Viewers/EditorsFor those of you interested in running the Emacs text editor on your Windows OS, you can download the binaries and access documentation here:Other text editors you may want to consider include:
C++ IDEs (Integrated Development Environments)Here are a few C++ development environments (similar to Visual Studio) that can be used with the gcc compilers:
|