本文介绍了弹出CD驱动器的代码。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 有人可以给我C中的代码以弹出CD驱动器吗? 提前致谢! 解决方案 C不能这样做,你需要C ++(实际上是围绕这个特定目的设计的)。检查任何标准研究生文本的CD弹出 理论和研究成果。 是的,但不是这里。在一个讨论你的特定操作系统的小组中询问。 - BR,Vladimir C'' est magnifique,mais ce n''est pas l''Informatique。 - Bosquet [看到IBM 4341] 2006年3月17日08:08:21 -0800," pr ************* @ yahoo.co.in" < pr ** ***********@yahoo.co.in>写道: < OT> int main(无效) { t3d_open_CD_TRAY(); 返回(0); } / *遗憾的是,特定t3d函数的内容尚未存在。存在。如果它确实也可以使用 至少使用以下别名来调用函数: - t3d_environment_OPEN_n_CD_DRIVE - t3d_environment_EJECT_n_CD_DRIVE - t3d_environment_EJECT_CD(); - t3d_avaa_CD_ASEMA(); //芬兰语示例 - t3d_?ppna_CD_LUCKAN //瑞典语示例 - t3d_remove_CD_DISC http://www.tele3d.com/t3d/language.pdf t3d编程语言和t3d功能原型的结构 现在是Juuso Hukkanen的商标。 (TM'将捐赠给 慈善机构。) 如果OP不能等,google:stdio.h" eject cd" * / < OT> Juuso Can anyone give me the code in C for ejecting the CD-drive ?Thanks in advance! 解决方案C can''t do this, you need C++ (which was in fact designed around thisspecific purpose). Check any standard graduate text for CD ejectingtheory and research outcomes.Yes, but not here. Ask in a group that discusses your particular OS.--BR, VladimirC''est magnifique, mais ce n''est pas l''Informatique.-- Bosquet [on seeing the IBM 4341]<OT>int main(void){t3d_open_CD_TRAY();return(0);}/* unfortunately the contents of particular t3d function do not yetexist. If it did the function could also have been called usingatleast folllowing alias names:- t3d_environment_OPEN_n_CD_DRIVE- t3d_environment_EJECT_n_CD_DRIVE- t3d_environment_EJECT_CD();- t3d_avaa_CD_ASEMA(); //Finnish example- t3d_?ppna_CD_LUCKAN //Swedish example- t3d_remove_CD_DISC http://www.tele3d.com/t3d/language.pdft3d programming language and the structure of t3d function prototypeare now trademarks of Juuso Hukkanen. ( TM''s will be donated tocharity.)If OP can''t wait, google: stdio.h "eject cd"*/<OT>Juuso 这篇关于弹出CD驱动器的代码。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!