Andy McFadden d8223dbcfd Relocate method comments
This moves method comments from the .cpp file to the .h file,
where users of the methods can find them.  This also makes it
possible for the IDE to show the comments when you mouse-hover over
the method name, though Visual Studio is a bit weak in this regard.

Also, added "override" keywords on overridden methods.  Reasonably
current versions of popular compilers seem to support this.

Also, don't have the return type on a separate line in the .cpp file.
The motivation for the practice -- quickly finding a method definition
with "^name" -- is less useful in C++ than C, and modern IDEs provide
more convenient ways to do the same thing.

Also, do some more conversion from unsigned types to uintXX_t.

This commit is primarily for the "app" directory.
2014-11-21 22:33:39 -08:00
2014-11-21 22:33:39 -08:00
2014-11-21 22:33:39 -08:00
2009-01-04 19:19:05 +00:00
2009-01-03 19:08:48 +00:00
2014-11-21 22:33:39 -08:00
2014-11-20 18:32:06 -08:00
2014-11-20 18:10:18 -08:00
2014-11-03 14:05:07 -08:00
2007-03-27 17:47:10 +00:00
2014-11-19 16:51:23 -08:00

UNDER CONSTRUCTION

I'm in the process of updating CiderPress to work with newer tools (VS 2013) and operating systems.

Current status:

  • Win32 main application compiles and can execute basic functions, but there are still big pieces missing.
  • MDC application can't get past the initial "choose files" dialog.
  • Linux code doesn't compile.
  • The web documentation has been moved to github (see the gh-pages branch) and is available from http://a2ciderpress.com/.
Description
CiderPress Apple II archive utility for Windows
Readme 23 MiB
Languages
C++ 64.5%
C 28%
HTML 7.2%
Makefile 0.2%
Shell 0.1%