P
priyasmita_guha
Can anyone give me the code in C for ejecting the CD-drive ?
Thanks in advance!
Thanks in advance!
Can anyone give me the code in C for ejecting the CD-drive ?
Thanks in advance!
Can anyone give me the code in C for ejecting the CD-drive ?
Thanks in advance!
Can anyone give me the code in C for ejecting the CD-drive ?
Thanks in advance!
[email protected] said:Can anyone give me the code in C for ejecting the CD-drive ?
Thanks in advance!
Can anyone give me the code in C for ejecting the CD-drive ?
Thanks in advance!
Can anyone give me the code in C for ejecting the CD-drive ?
Thanks in advance!
Rod said:Sure. The following code shows how to do a raw CD player for DOS.
http://my.execpc.com/CE/AC/geezer/software/
"play audio CD without MSCDEX"
http://my.execpc.com/CE/AC/geezer/software/cdplay.c
You didn't say Linux or Windows... Besides, it shows you _everything_
you'll ever need to program a CD player.
Kenneth Brody said:My DS-6000 doesn't run DOS, Linux, or Windows. Nor does it have anything
called "ATAPI", or "Interrupt 19".
C can't do this, you need C++ (which was in fact designed around this
specific purpose). Check any standard graduate text for CD ejecting
theory and research outcomes.
What complete and utter nonsense!
C++ cannot eject CD drives. It can only eject C++D drives!
Ben said:You should really upgrade to the DS 9000. The 6000 is ancient
history these days.
Kenneth said:Ben said:You should really upgrade to the DS 9000. The 6000 is ancient
history these days.
But I've heard that I would need to change all of my "a = i++" statements
to "a[i++] = i" to keep them working.
Kenneth said:Ben said:You should really upgrade to the DS 9000. The 6000 is ancient
history these days.
But I've heard that I would need to change all of my "a = i++"
statements to "a[i++] = i" to keep them working.
I don't know the DS 9000 (or 6000) but you surely want to change all
of your "a = i++" statements to "(++i)[a] = i" to take advantage
of pre
increment *and* pre indexing <== smiley noting I'm only joking
Vladimir said:Pedro Graca opined:
Kenneth said:Ben Pfaff wrote:
You should really upgrade to the DS 9000. The 6000 is ancient
history these days.
But I've heard that I would need to change all of my "a = i++"
statements to "a[i++] = i" to keep them working.
I don't know the DS 9000 (or 6000) but you surely want to change all
of your "a = i++" statements to "(++i)[a] = i" to take advantage
of pre
increment *and* pre indexing <== smiley noting I'm only joking
One *never* jokes in the same breath one mentions DS9K (or 6K).
Pedro said:I don't know the DS 9000 (or 6000)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.