Syntax highlighting library written in C/C++
c, c++, syntax-highlighting
Solution
I am not sure if you are looking for something to color an existing control or a control with text coloring built in. If you are looking for the later you could check out Scintilla.
Scintilla is a free source code editing component. It comes with complete source code and a license that permits use in any free project or commercial product.
Problem
I am looking for a free (for commercial use) library for syntax coloring written in c/c++. Are there any out there?