Difference between revisions of "Pedagogical Tools Group"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=====<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"><span style="font-size:250%; color:#FF0000"> '''Programming Resources''' </span></div>===== | =====<div class="center" style="width:auto; margin-left:auto; margin-right:auto;"><span style="font-size:250%; color:#FF0000"> '''Programming Resources''' </span></div>===== | ||
− | + | ==Pedagogical Group Provided Tutorials== | |
* VTWM: | * VTWM: | ||
[http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/part1.html Introduction to VTWM] | [http://www.cs.earlham.edu/~psg/tutorials/vtwm_emacs/part1.html Introduction to VTWM] |
Revision as of 16:44, 24 August 2012
Programming Resources
Pedagogical Group Provided Tutorials
- VTWM:
Introduction to VTWM
Advance VTWM Concepts
- Emacs:
Introduction to Emacs
Advance Emacs Concepts
Emacs Keybord Shortcuts
- GDB:
Pedagogical Group Provided Tutorials
- CMU-Graphics:
CMU graphics documentation
Start Up for ECS Department's environment.
Bellow are recommended open-source 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