CSE220/CSE320 Software design and development studio
Web page for cse220/cse320.
1/15/2007 Note: We will usually be meeting in the Lopata 401 lab (the one with the brand new machines), not in
Cupples II 220.
Most communication will be through the class Wiki.
Useful links
Documentation
- Sun's JavaDoc tool web page
- Doxygen documentation
- Doxygen executable on SourceForge
- Toolbar for Visual Studio 6.0. There is a help file that comes with the .dll that explains how to install it. You'll want to make a template Doxyfile first using doxygen's wizard.
Testing
- JUnit, unit testing for Java
- cxxtext, a very light-weight, header-file only testing mechanism similar to JUnit.
- Unit testing packages for C++. I haven't checked these out.
CSE 131/132
- 131 Java documentation, Style guide
- 132 Using CVS with Eclipse.