|
THS 2011-2012 |
CProg /
HomePageC ProgrammingThere are numerous books and websites dedicated to learning and using C, most of which will present information in great detail. Basic Tools of ProgrammingWhat you need to write a program.
The Files of a ProgramThe types of files that a program is stored in.
Examining a Simple Program: Hello WorldThe important parts of a very simple program.
C Syntax: Saying the Right ThingThe correct use and order of keywords and special characters. Say hello to semi-colon.
Using VariablesThe 'things' that are used to hold a program's data.
Introduction to Data StructuresTake many small related variables and package them into a single unit.
Flow Control: Do This or ThatUsing loops and branching statements to decide how your program should react to data.
User Input: Talk BackThe way you communicate directly with your program.
Creating and Using FunctionsMake your code easier to read and write by creating functions. Sample Programs?Learn how to do things by looking at how other people do things.
Using PrintfA short reference page for printf and cr8_printf.
|