Revise now that we have a separate C++ directory.

This commit is contained in:
rocky
2005-02-20 03:13:31 +00:00
parent f5fbcf8a49
commit ad554145e7

View File

@@ -1,4 +1,4 @@
$Id: README,v 1.15 2005/02/09 02:50:47 rocky Exp $
$Id: README,v 1.16 2005/02/20 03:13:31 rocky Exp $
This directory contains some simple examples of the use of the libcdio
library.
@@ -31,10 +31,6 @@ iso3.c: A program to show using libiso9660 to extract a file from an
isofuzzy.c : A program showing fuzzy ISO-9660 detection/reading.
iso1cpp.cpp: iso1.c compiled via C++
iso2cpp.cpp: iso2.c compiled via C++
iso3cpp.cpp: iso3.c compiled via C++
mmc1.c: A program to show issuing a simple MMC command (INQUIRY).
mmc2.c: A more involved MMC command to list features from
@@ -61,3 +57,5 @@ sample4.c: A slightly improved sample3 program: we handle cdio logging
tracks.c: A program to list track numbers and logical sector
numbers of a Compact Disc using libcdio.
Many of the above programs can be compiled in C++. See that directory
for C++ examples which include some of the above.