--- In [email protected], "shirish2006cool" <[EMAIL PROTECTED]> wrote: > > hi friends > i am shirish bari > Actually in regard to my project i want that i should write > some data on cd with the help of c program . actually i am > not getting how to start... Can anybody help me?
Why do you want / have to re-invent the wheel? Use some command-line utility to write a set of files (or an ISO image or whatever it takes as its input) to a CD-R, and invoke this utility from your C code using the system() system call. Regards, Nico
