Difference between revisions of "Pedagogical Tools Group"

From Earlham CS Department
Jump to navigation Jump to search
Line 13: Line 13:
 
* Emacs:
 
* Emacs:
 
[http://jeremy.zawodny.com/emacs/emacs.html Emacs Biginner's HOWTO]
 
[http://jeremy.zawodny.com/emacs/emacs.html Emacs Biginner's HOWTO]
 +
<br>[http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/part2.html Pedagogical Group Provided Tutorials]
 
<br>[http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html GNU Emacs Manual]
 
<br>[http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html GNU Emacs Manual]
 
<br>[http://www.gnu.org/software/emacs/tour/ A Guided Tour of Emacs]
 
<br>[http://www.gnu.org/software/emacs/tour/ A Guided Tour of Emacs]

Revision as of 17:31, 24 August 2012

Programming Resources

Bellow are recommended Resources for various programming classes

  • C:

C Reference
How C Program Works

  • C++:

Frank B. Brokken's C++ Annotations. A C++ guide for C programmers. This is also a useful guide to C++ features.
Definitive Copy

  • Emacs:

Emacs Biginner's HOWTO
Pedagogical Group Provided Tutorials
GNU Emacs Manual
A Guided Tour of Emacs

  • GDB

Debugging with GDB
GDB Quick Reference
Pedagogical Group Provided Tutorial

  • LINUX

Unix Tutorial for Beginners
Linux/bash Tutorial

CMU graphics documentation
Start Up for ECS Department's environment.
Frank B. Brokken's C++ Annotations. A C++ guide for C programmers. This is also a useful guide to C++ features.
Definitive Copy

Pedagogical Group Provided Tutorials