Who know CHM help file format
-
I am developing a chm help file tool, so I need a specification for .chm file, but I cannot find it in microsoft.com, any help?:(( Thanks!
-
I am developing a chm help file tool, so I need a specification for .chm file, but I cannot find it in microsoft.com, any help?:(( Thanks!
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 <------