Difference between revisions of "C programming"
From Teknologisk videncenter
m (→Programming subjects) |
m |
||
Line 4: | Line 4: | ||
=Programming subjects= | =Programming subjects= | ||
*[[/As a language|As a language]] | *[[/As a language|As a language]] | ||
− | * | + | *[https://www.tutorialspoint.com/cprogramming/index.htm TutorialsPoint C-programming Tutorial] (Good) |
*[[Linux C programming portal]] | *[[Linux C programming portal]] | ||
*[[/Variable Lengt Arrays VLA|Variable Lengt Arrays VLA]] | *[[/Variable Lengt Arrays VLA|Variable Lengt Arrays VLA]] |
Latest revision as of 09:00, 2 October 2023
Main page for C programming topics
Contents
House of Technology C coding policy
Programming subjects
- As a language
- TutorialsPoint C-programming Tutorial (Good)
- Linux C programming portal
- Variable Lengt Arrays VLA
- C Structures
- C Structures and databus width
- typecast
- C programming caveats
- Struct bitfields programming
- Pointers
- Const and volatile type qualifiers
- scanf
- ncurses
- Multi language C embedded
- C programming on the Linux platform
Documents
- ctutor.pdf
- C Programmering Intro
- ANSI C from Oxford University (Loads PDF) - Oldie but goodie document
Examples
- sumsum.c
- 8 bit Enigma encryption/decryption
- C programming/Command line options
- Debug print to stdout
Compilers and IDE
- Dev-C++ on sourceforge