-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Fábio Gaspar edited this page Nov 1, 2017
·
17 revisions
- Why learn C?
- Programming in C
- Steps to create a program
- What do you need?
- Hello world
- Some syntax rules
- How C programs are organized
- Standard library
- C language standards
- Variables
- Computer memory organization
- What is a variable?
- Primitive Data types
- Operators
- Arithmetic operators
- Logic operators
- Casting
- Making decisions. Control Flow
- Loops
- Arrays
- Strings
- Functions
- A bit more about memory organization (Stack)
- What are functions?
- Why functions matter?
- Files
- Pointers
- Dynamic memory
Soon...