Does anyone know of a script to colorize C++ code the same as the default MSVC IDE does?
+2
A:
Is SyntaxHighlighter the sort of thing you're looking for? There is also GeSHi, which has been updated more recently.
Greg Hewgill
2008-11-04 07:29:51
A:
The in-browser http://tohtml.com/ syntax hilighter is pretty good, depending on what you're doing.
Matt Campbell
2008-11-05 00:21:27
A:
Notepad++ is pretty good and I use it when I'm on a windows system and doing C++.
Here is the title off the sourceforge page: Notepad++ is a generic source code editor (it tries to be anyway) and Notepad replacement written in c++ with win32 API. The aim of Notepad++ is to offer a slim and efficient binary with a totally customizable GUI.
Bob
2008-11-05 00:28:32