Here is all the C++ code to create over 1100 webpages using an HTML Template to insert addresses into JavaScript variables. / / The Translation Dictionary /* This will first open template.html for the individual word, find variables and insert the information / addresses of audio, pictures, and foreign words. It will then open listTemplate.html and write ABC grouped words. Then it writes the home page, which I eventually manually copied and manually created wordlist.html, placing the words into a .js file with a few document.writes For the listTemplate.html, it runs the entire program 5 times. Once for each foreign word. This is why most of int main() is in a for loop with yoyo == 1 to yoyo == 5. This was written in response to a SUNY Fredonia class project with a few other students, and I was very un-happy with the outcome. My “co-workers” wanted to put absolutely no effort into this at all!! So, I did his on my own with C++ to create over 1000 web pages! Cool. I decided to use HTML, JavaScript, and C++, just to see if it could be done. It can. This was tested on the two major browsers Internet Explorer 7 and Netscape / Firefox. At the end, I absolutely ran out of variable names that made sense. I used whatever came to mind, or what was on TV. #include "stdafx.h" #include
#include
#include
#include
// Used for string file input. #include
// mkdir. #include
using namespace std; const int WORD_LIST_LENGTH = 1096; void loadArray(string, string [], string, int []); string findPicture(string, string, string, string); string findPictureName(string, string, string); string findFrenchWord(string, string, string, string); string findJapaneseWord(string, string, string, string); string findSwahiliWord(string, string, string, string); string findTurkishWord(string, string, string, string); string findEnglishAudio(string, string, string, string); string findFrenchAudio(string, string, string, string); string findJapaneseAudio(string, string, string, string); string findSwahiliAudio(string, string, string, string); string findTurkishAudio(string, string, string, string); string previousP(string, string, string [], string, string *, string, string *, string, string *, string, string *); string nextP(string, string, string [], string *, string, string *, string, string *, string, string *, string); string startOfPrevious(string); string endOfNext(string); string findPreviousPicture(string, string, string); string findNextPicture(string, string, string); string findabcFinder(string, string); string findFrenchPrevious(string, string *); // Finds allFrench's previous word. string findJapanPrevious(string, string *); // Finds allJapan's previous word. string findSwahiliPrevious(string, string *); // Finds allSwahili's previous word. string findTurkishPrevious(string, string *); // Finds allTurkish's previous word. string findFrenchNext(string, string *); // Inserts into allFrench's next word. string findJapanNext(string, string *); string findSwahiliNext(string, string *); // Inserts into allSwahili's next word. string findTurkishNext(string, string *); string findNumBig1(string); string findNumBig2(string); string findNumLittle1(string); string findNumLittle2(string); string findSpace(string); //;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; //;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; //;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; void individualLetterList(string, int); string eeeFinder(); // Finds variable in listTemplate.html. Used for title of page. C string bobTheMan(string); // Capaliatizes the first letter ofword. void homePage(string, int); ofstream out("output.txt"); bool previousFlag = false; bool nextFlag = false; bool startPrevPicture = false; bool endNextPicture = false; string folder("D:/z translation dictionary/dictionary/dictionary/Dictionary/"); // For folder creation. Must put full path string tempFolder; // Holds final folder path. string frenchHome; string gotFrench; string gotJapanese; string gotSwahili; string gotTurkish; string abcFinder; // Holds first letter of englishWord and stores in appropate file. int abcLength = 0; int frenchFlag = -1; int frenchFlag2 = -1; int wordListCurrent = 0; // Current word number in the word list. int abcLengthCounter = 0; string newOut; // Learn someting new, this string must be a global for the variable in the brackets to work. string nextPrevious[WORD_LIST_LENGTH]; // Array counter set at -1 as while loops makes it 0. int main () { string picture("picture=\""); string ePic("df.ePicture.value=\""); string eAudio("
"<< xxxx << "
"; ++trCounterH; ++counterH; ++counterTableIdH; if(trCounterH == 1 ) // Counts
cells. { output << "\n
"; trCounterH = 0; } if(counterH == WORD_LIST_LENGTH ) // End of the list for one letter language. Make this 1096 when ready to rumble with the big-boys { trCounterH = 0; counterH = 0; // New page on next pass. output << "\n\n
\n\n"; if(yoyo != 5) { output << "
" << endl; } if(yoyo == 5) { output << "\n\n