The C++ Editor is a text editor for C++ programmers. The editor have color syntax highlighting. Editor's main purpose is to edit source code files outside the IDE (Integrated Development Environment) with multiple opened copies of program, when programmer needs to find, replace or compare source code. The program can compile the file using for this purpose the Microsoft VC compiler. Most effectively the editor can be used with a file search utility. The search utility SearchEdit or IDE Helper is available for download on developer's WEB site.
|