Difference between revisions of "IntroToProgramming"
From Bloominglabs
Line 1: | Line 1: | ||
Bloominglabs' Intro To Programming | Bloominglabs' Intro To Programming | ||
− | Jenett Tillotson | + | Jenett Tillotson <p> |
jtillots ]at[ gmail ]dot[ com | jtillots ]at[ gmail ]dot[ com | ||
Revision as of 21:40, 17 September 2015
Bloominglabs' Intro To Programming
Jenett Tillotsonjtillots ]at[ gmail ]dot[ com Website: http://harold.uits.indiana.edu/~jtillots/IntroToProgramming Text: The C Programming Language: 2nd Edition by Kernighan and Ritchie Buy it on Amazon! Mailing list: introtoprogramming@bloominglabs.org Software:
- Linux: Use the gcc package which comes with your Linux distribution
- Mac OSX: Use Clang
- Windows: Use Cygwin Installation Guide
- Lecture 1 Notes
- hello world (compiling, assembling, linking, -o)
- assembly example (add.c, -S)
- hello world assembly
- fahr-cel-int, fahr-cel-float(types, while loops)
- fahr-cel-for (for loops, type conversions)
- fahr-cel-constants (symbolic constants)
- good programming style