Difference between revisions of "C programming"
From Teknologisk videncenter
m (→Programming subjects) |
m (→Programming subjects) |
||
Line 3: | Line 3: | ||
*[[/House of Technology C coding policy|House of Technology C coding policy]] | *[[/House of Technology C coding policy|House of Technology C coding policy]] | ||
=Programming subjects= | =Programming subjects= | ||
+ | *[[/As a language]] | ||
*[[Linux C programming portal]] | *[[Linux C programming portal]] | ||
*[[/Variable Lengt Arrays VLA|Variable Lengt Arrays VLA]] | *[[/Variable Lengt Arrays VLA|Variable Lengt Arrays VLA]] |
Revision as of 11:36, 3 September 2023
Main page for C programming topics
Contents
House of Technology C coding policy
Programming subjects
- /As a language
- 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