how to access cd drive using c programming language
softapu 0 Newbie Poster
Recommended Answers
Jump to PostC doesn't know anything about a CD drive. Your computer knows about the CD drive, because it has a driver that handles it. C just passes the request along to the operating system, and the operating system passes it along to the driver.
That's why you can't use a …
Jump to PostLemme guess.
You've found an example for your fossil C compiler (TurboC) that accesses the floppy disk (but it knows nothing about CDs, since it pre-dates them by a few 1000 years).
On the other hand, your brand new machine is so new that floppies are ancient technology …
All 5 Replies
Adak 419 Nearly a Posting Virtuoso
softapu 0 Newbie Poster
Adak 419 Nearly a Posting Virtuoso
Salem 5,265 Posting Sage
abhimanipal 91 Master Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.