ok this is a simple c++ syntax highlighting program,
i will provide you with the source, the config file.
i need you to find any bugs and comment on suggestions.
the attached is a zip file containing all you need,
thanks to everyone in advance.
this is a sample output
im sure there are some bugs, and plus ive only hadCode:#include <iostream> #include <string> using namespace std; int main() { string mysentence = "hello world"; cout << mysentence << endl; cout << "welcome to my world" << end; return 0; }
the oppurtunity of testing it on my style of coding,
id like you to test it on yours.
Also the way the config file works, theoritically (i havent tested)
you could make the output work for html files to.
Simple take the .txt off the file name and extract, thank you once
again.



LinkBack URL
About LinkBacks


