DAY01
Monday, 14 May 2012
Here are some programs that were discussed on the first day of class.
-
hello.c, a simple program that prints "Hello, world!";
-
p7.3.c, a program that computes Fibonacci numbers;
-
lights_out_opengl.c,
a complicated program that uses OpenGL graphics to set up the Lights Out puzzle.
-
square_root.c, a simple program to compute
the square root of a number;
-
square_root2.c, a more complicated version
of the square root program;
Last revised on 14 May 2012.