CSCI
1300::Notes for the CS 1300 Tools
June 2008
Contents:
Description:
The cs1300 package can be installed by downloading and running the
setup program www.cs.colorado.edu/~main/cs1300.msi from the
University of Colorado. All tools are free and may be used by
any programmer. The tools include:
-
Minimalist GNU Windows 32 Tools with
- g++ (Version 3.3.1),
- gdb (Version 5.2.1),
- make (Version 3.8),
- win32 api library (Version 2.5),
- and more from bintools (2.13.90) and elsewhere:
addr2line, ar, as, awk, bison, c++, c++filt, cc, cmp, dlltool, echo,
ed, egrep, ex, fgrep, flex, flex++, g++, gasp, gawk, gcc, gcov, gdb,
genclass, gperf, gprof, grep, gunzip, gzip, ld, m4, make, nm, objcopy,
objdump, protoize, ranlib, red, rm, sed, size, strings, string,
tail, tar, unprotoize, wc, windres, zcat.
- Windows Emacs editor
- Elvis vi editor
- BGI graphics library for the Gnu compiler
Original sources are listed at www.cs.colorado.edu/~main/cs1300/authors.html
Exercises for Students:
Michael Main