What is the purpose of the .chm file? Is is specific to a particular program or something? That info sure would help me help you.... :) -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 <------
Reid
Posts
-
Who know CHM help file format -
A simple question...You know, you COULD put it as a global variable... but then again, we also COULD write poor poor poor code... If I were you, i would stick to putting it as a member variable of the Document class or the View class...depends on how it is used... -Reid the C++/C# programmer (Caution: I am a teenager, and that means that I think I know everything...but probably don't...)
-
Want to write CD Burning SoftwareI 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 <------
-
CListCtrl?When you assign the CListCtrl a variable in the Class Wizard, make sure you assign a variable to the control, and the value...Cumon, you know what im talking about... when you assign the CListCtrl's control ID a variable, it asks for a name: m_????? then a catagory (in a combo box): Control <----select VALUE here then for a type (in a combo box): CListCtrl (or whatever)<---select CString here :eek: ;P -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 <------