Skip to main contentCal State San Bernardino / [CNS] / [Comp Sci Dept] / [R J Botting] /[CS320 Course Materials] [Text Version] lab/08.html Fri Apr 27 09:45:58 PDT 2007
Labs: [01] [02] [03] [04] [05] [06] [07] [08] [09] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]

Contents


    CSci 320 Programming Languages Laboratory 8 Expressions

    Here are some programs with some odd expressions. [ 09a.cpp ] [ 09b.cpp ] [ 09c.cpp ] [ 09d.cpp ] Down-load them, compile them (if possible), run them, change them, experiment with them and prepare a page that describes what they taught you.

    HINT: when in doubt look at the BNF! [ Expressions in c.syntax ] and in particular [ Bitwise%20Expressions in c.syntax ] for the last program.

    The new page should have links to the source code of some of the sample programs -- with any changes you made. It should explain what is going on in the programs.

    It should be linked to your home/index page.

    Deadline: End of the laboratory.

    If you finish the 4 programs early: What do you make of [ ../expressions.html ] ?

    Grading: how much did you get done.

    Check the next class

    [ ../09.html ]

End