Saturday, February 16, 2008

C++ programming quiz

Take the C++ programming quiz to see how much you know......

Monday, February 4, 2008

Playing with Printf

Take FREE online C/C++ test now!

Programming in C Course

Here is a great online programming course with all materials and notes available for free: Programming in C Course. Included are the lecture workbook, exercises, problems, and assessments. Solutions to all of these are also included.


C Programming Workbook and Exercises:

Introduction to programming, what is a computer program, compilation etc
basic C program, syntax rules, variables, naming variables, the printf statement

Exercise: Hello, World!
Exercise: Large letter

Data types, assignment statements, operators, operator precedence

Exercise: Real roots of a quadratic equation
Exercise: Volume converter

Use of the if, while, switch and for statements

Exercise: Hello, world! revisited
Exercise: Factorial
Exercise: Quadratic roots revisited

Techniques for planning and writing an algorithm as a C program,
use of flow diagrams, step-by-step solutions to two past assessments

Exercise: Day of week
Exercise: Newton-Raphson method

Function definitions, passing arguments to functions,
returning values from functions, math.h library

Exercise: Replacement pow() function
Exercise: Simple sort function

Input file handling, output file handling, multiple streams,
use of printf to format output, more on scanf

Exercise: Cartesian to polar conversion (Vectors Data File)
Exercise: Student database (Students Database File)

1 dimensional arrays, multidimensional arrays, fixed and variable size arrays,
string handling

Exercise: Full name
Exercise: Matrix multiplication

Definition of structures and their use, arrays of structures,
passing a structure to a function, linked lists.

C Programming Training

» C Programming - Handling of character string

» C Programming - Arrays

» C Programming - Decision Making - Looping

» C Programming - Decision Making - Branching

» C Programming - Managing Input and Output Operations

» C Programming - Expressions

» C Programming - Operators

» C Programming Language - Data Types

» C Programming - Constants and Variables

» C Programming - An Overview