1 / 4

TEC 284

C Programming – An Introduction. TEC 284. Agenda. About C Writing/Compiling your programs Hello World Constants, Variable Types and Declarations Operators Conditional Statements Looping and Iteration Arrays and Strings. Agenda. Functions Pointers Advanced Input / Output

dexter
Download Presentation

TEC 284

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. C Programming – An Introduction TEC 284

  2. Agenda • About C • Writing/Compiling your programs • Hello World • Constants, Variable Types and Declarations • Operators • Conditional Statements • Looping and Iteration • Arrays and Strings

  3. Agenda Functions Pointers Advanced Input / Output Memory Management C Preprocessor Process Control Inter Process Communication

  4. Resources • Good resource • http://www.cs.cf.ac.uk/Dave/C/CE.html • Other Resources • Very Detailed • http://www.iu.hio.no/~mark/CTutorial/CTutorial.html • Good • http://www2.its.strath.ac.uk/courses/c/ • Perfect Detail Level • http://www.lysator.liu.se/c/bwk-tutor.html

More Related