This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
libcdio-osx/example/C++
rocky 2afad8d866 Move lower-level cdrom_drive_t from paranoia.h into cdda.h
This may cause some incompatibilty in applications that did
#include <cdio/cdda.h> without #include <cdio/paranoia.h>

As of now it's okay to just #include <cdio/paranoia.h> or include both,
but #includ'ing only <cdio/cdda.h> will be a problem.
2005-09-21 01:41:31 +00:00
..
2005-07-15 21:38:57 +00:00

$Id: README,v 1.1 2005/02/19 11:42:18 rocky Exp $

This directory contains some simple C++ examples of the use of the libcdio
library.

Descriptions of the programs in this example directory are as follows...

iso1.cpp:   A program to show using libiso9660 to list files in a
	    	  directory of an ISO-9660 image.

iso2.cpp:   A program to show using libiso9660 to extract a file
	    from a CDRWIN cue/bin CD image.

iso3.cpp:   A program to show using libiso9660 to extract a file from an
	    ISO-9660 image.