473,387 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to read a ISO-9660 file stored in H.D. through C

Hi;
I want to access the data inside a ISO-9660 file (which is saved
in hard disk) through C. I am to make a program to read it.

May 10 '07 #1
3 4532
In article <11**********************@e65g2000hsc.googlegroups .com>,
paras sharma <pa*********@yahoo.comwrote:
I want to access the data inside a ISO-9660 file (which is saved
in hard disk) through C. I am to make a program to read it.
You did not actually ask a question.

An ISO-9660 file would be just a binary data file. You should be
able to fopen() it and fseek() around it at need. The first thing you
will need to do is find a complete reference on what the
internal structure of ISO-9660 files is.

--
Is there any thing whereof it may be said, See, this is new? It hath
been already of old time, which was before us. -- Ecclesiastes
May 10 '07 #2
paras sharma wrote:
Hi;
I want to access the data inside a ISO-9660 file (which is saved
in hard disk) through C. I am to make a program to read it.
If your file is an image, use an OS specific means to mount it and read
it as a filesystem. Ask now on an OS specific group.

--
Ian Collins.
May 10 '07 #3
Ian Collins <ia******@hotmail.comwrites:
paras sharma wrote:
> I want to access the data inside a ISO-9660 file (which is saved
in hard disk) through C. I am to make a program to read it.
If your file is an image, use an OS specific means to mount it and read
it as a filesystem. Ask now on an OS specific group.
That's almost certainly the best approach (i.e., use software that's
already been written to do this).

If you know the definition of the ISO-9660 format in sufficient
detail, you can probably write a portable ISO C program to do the job,
using fopen(), fread(), et al.

To the OP (Original Poster): You said "I am to make a program to read
it". Why? Is this a class assignment? If not, why does it have to
be in C, and why do you have to reinvent it yourself?

--
Keith Thompson (The_Other_Keith) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
May 11 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Neet | last post by:
HI My application connects to the UPS server which returns an ISO-8859-1 encoded XML response. I need a part of this response, ie. the AccessLicenseAgreement , which i need to display in my...
6
by: | last post by:
Hi, I'm using .Net CF, and I'm trying to load an XML document that has a first line: <?xml version="1.0" encoding="ISO-8859-1"?> I'm loading this via XmlDocument.Load(). However, I get and...
0
by: TOI DAY | last post by:
Hi All, I want to create an ISO image, is there a way in c# to do that? I also want to read the files from the ISO Image then store it in the database. Is there an API for this? Thanks in...
5
by: Robert-Paul | last post by:
I have some big trouble getting special characters right when reading from a mailbox. I have a class that reads e-mails from a mailboxusing pop3 (language C#). I have tried various approaches from...
2
by: Kathy Burke | last post by:
Hi, I've read every post I could find but still no luck on why this won't work for me. I have an aspx page (U.S. default, VB, .Net 1.1), where I use the following two variables: Dim varStartTime...
7
by: JerryW | last post by:
I just reinstalled .NET 2003 (after repeated attempts to get ASP.NET Web Applications to work). I first did a complete uninstall of .NET 2003, .NET Framework 1.1, and IIS. I also completely deleted...
9
by: Andy Dingley | last post by:
Are there any non-obvious gotchas to using ISO-8859-15 as a page encoding rather than ISO-8859-1 ? This gains the Euro symbol, but obviously loses the £ sign (and a few other less useful symbols)
22
by: gillisct | last post by:
I'd like to say I have a basic control of the C language. Is there any reccomended reading upon completion of K&R? Are there any projects someone new to C could study/watch over/ and eventually...
41
by: jaysome | last post by:
It's been almost eight years since ISO/IEC approved ISO/IEC 9899:1999. Does anyone know if ANSI has approved it? A Google search shows arguably confusing answers as to whether ANSI has...
11
by: ManicQin | last post by:
Hi, I was about to buy the Standard but then I found this link http://www.usatlas.bnl.gov/~dladams/cpp/INCITS+ISO+IEC+14882-2003.pdf Hmmmm... ... The link seems legit so ... what gives? ...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.