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>===== |
− | + | ||
− | + | ||
− | * | + | ==Bellow are recommended Resources for various programming classes== |
− | + | * C: | |
− | + | -- https://www.cs50.net/resources/cppreference.com/ | |
+ | -- http://www.howstuffworks.com/c.htm | ||
+ | |||
+ | * C++: | ||
+ | -- | ||
+ | -- | ||
+ | |||
+ | * Emacs: | ||
+ | -- http://jeremy.zawodny.com/emacs/emacs.html | ||
+ | -- http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html | ||
+ | -- http://www.gnu.org/software/emacs/tour/ | ||
Revision as of 16:08, 24 August 2012
Programming Resources
Bellow are recommended Resources for various programming classes
- C:
-- https://www.cs50.net/resources/cppreference.com/ -- http://www.howstuffworks.com/c.htm
- C++:
-- --
- Emacs:
-- http://jeremy.zawodny.com/emacs/emacs.html -- http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html -- http://www.gnu.org/software/emacs/tour/
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