![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2005
Posts: 1
Rep Power: 0
![]() |
coping stuff from the CD rom to the hard disk
hi guys
im new to c (im a undergrad in first year majoring in copmputer science). but im curious to know how u can use a c program to acess a I/O device such as CD Rom which may have a VCD (vedio Cd) in it.and copy the vedio in to the hard disk as mpg. dont need coding just the general idea on how to achive this using "C" ( whether i need special libraries, any API programming , any direct bit manipulation etc...) sorry for my english (my 1st language isnt english) thanx in advance |
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Sep 2004
Location: Ontario, Canada
Posts: 550
Rep Power: 4
![]() |
I'm probably wrong, about this, but I think you would need a file pointer, and open the file thats on the disk then put the data into a file on the harddrive
__________________
Johnny was a chemist's son but Johnny is no more, for what Johnny thought was H2O was H2SO4 |
|
|
|
|
|
#3 |
|
Programming Guru
![]() |
Well, that, and bit manipulation to convert file formats..
__________________
|
|
|
|
|
|
#4 |
|
Expert Programmer
|
Actually for archival purposes you probably want to get into ISO copying, and for that you need to learn to use the Windows ASPI Api.... good luck.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#5 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
If the video is a commercial movie CD, forget about copying! These things are elaborately copy protected!
__________________
I looked it up on the Intergnats! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|