Start Presentation %SLIDESHOWSTART

Slide 1: A bit of C programming

Lecture 3

Uli Raich

Slide 2: Programming Languages

To make a language a programming language it needs to implement:

  • Assignments
  • Conditional statements
  • loops

Slide 3: C libraries

C uses a large number of code libraries and you can create C libraries yourself.

These libraries may use special data types, which are defined in include files

Before using the library functions

#include <stdio.h>

or

#include “myOwnIncludeFile.h”

-- Uli Raich - 2017-09-07

Comments

Topic attachments
I Attachment History Action Size Date Who Comment
PNGpng include-1.png r1 manage 5.2 K 2017-09-07 - 09:17 UnknownUser  
PNGpng include.png r1 manage 5.0 K 2017-09-07 - 09:17 UnknownUser  
PNGpng question.png r1 manage 16.6 K 2017-09-07 - 09:17 UnknownUser  
PNGpng questionRes.png r1 manage 8.1 K 2017-09-07 - 09:18 UnknownUser  
PNGpng structs.png r1 manage 29.3 K 2017-09-07 - 09:17 UnknownUser  
PNGpng switch-1.png r1 manage 23.2 K 2017-09-07 - 09:17 UnknownUser  
PNGpng switch-2.png r1 manage 33.6 K 2017-09-07 - 09:17 UnknownUser  
Edit | Attach | Watch | Print version | History: r9 | r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2017-09-07 - uli
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback