Want to write CD Burning Software
-
I am looking EVERYWHERE for a class or OCX that will write audio to CDs. I found one, but it doesn't work with the CD-R Drivers that I have. If someone could please point me in the right direction (i.e. A place that has FREE source code or OCX controls that posess the functionality to burn CD's) I would be most apriciative. Thank you in advance.;P :-D :confused: -Reid the C++/C# programmer (Caution: I am a teenager, and that means that I think I know everything...but probably don't...) Maybe this will help you understand: CPerson Reid = "Teenager"; CPerson All_C_Programmers[9999999999]; int i; int num_Programmers_That_Are_Teenagers = 0; for (i=0;i<9999999999;i++) { if (All_C_Programmers[i]=="Teenager") { num_Programmers_That_Are_Teenagers++; } } cout << num_Programmers_That_Are_Teenagers; ------------- 1 <------