Skip to content

Explanations, examples, tutorials and course about the C programming language

Notifications You must be signed in to change notification settings

FaztWeb/c-course

Repository files navigation

What is this?

This is a basic repo with a lot of examples about C programming laguage Feel free to use to understand the language and practice with it

Tools

  • Editor
    • CodeBlocks
    • Atom
  • Compiler
    • gcc
    • cc
    • mingw

How to Compile the Programs

cc programa.c -o nombreprograma gcc programa.c -o nombreprograma gcc programa.c -o -std=c99 nombreprograma

El compilador acepta muchas otras variantes de C. Puedes forzarle a aceptar una en particular «asignando» a la opción el valor c89,c99 ,gnu89 o gnu99.

to execute the programs: ./a.out to execute the programs: ./program

Contents

  • basics/
  • variables.c
  • scape-sequence
  • types
    • variables, constants
    • arithmetic
    • control flow
  • operators
  • functions - statements
    • pointers
    • strutures

##conio.h Para saber algo mas de esta libreria

Tutorials

#books c programming language

About

Explanations, examples, tutorials and course about the C programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages