Difference between revisions of "C programming"
From Teknologisk videncenter
m (→Programming subjects) |
m (→Programming subjects) |
||
Line 7: | Line 7: | ||
*[[C programming/Structures| C Structures]] | *[[C programming/Structures| C Structures]] | ||
*[[C programming/Structures and databus width| C Structures and databus width]] | *[[C programming/Structures and databus width| C Structures and databus width]] | ||
+ | *[[/Typecast|typecast]] | ||
*[[/Caveats|C programming caveats]] | *[[/Caveats|C programming caveats]] | ||
*[[Bitfields programming|Struct bitfields programming]] | *[[Bitfields programming|Struct bitfields programming]] |
Revision as of 15:48, 18 May 2023
Main page for C programming topics
Contents
House of Technology C coding policy
Programming subjects
- 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