![]() |
CSE 143: Homework |
Please write your programs using only standard language features
and standard libraries, so that that the programs would run properly if recompiled on our
platform.
Style guidelines
All programs are expected to be written so that readers can easily understand them. This
is an important skill to master, and here are some guidelines
to help you.
Want to find out how you can get help from a lab consultant, even if you're working in the privacy and comfort of your own home? Check our our teleconsulting program
Tentative homework
schedule. A new homework is typically available when the previous one is due, but not
before. Since CSE/ENGR 142 is also using the IPL, plan your lab time carefully -- or
consider computing at home. You can see samples of old homework assignments by visiting
the course webs of previous quarters.
Information on boolean types
Many of the homeworks will involve boolean types. Here is some information
on them and an implementation of the new C++ standard for them.