#include "stdafx.h" //#include void demo(); void customize(); void xml_process(); void parse_class(); void html_process(); void circuit(); void calculate(); void word_text(); int main() { // circuit(); // customize(); parse_class(); // html_process(); // xml_process(); // demo(); // calculate(); // word_text(); return 0; }