vc++6.0 commonly used plug-ins and interface libraries

1. Visual Assist (strongly recommended) 
http://www.wholetomato.com/ 
VA From 5.0 to the current VAX, the functions are getting more and more powerful, except for the automatic recognition of various keywords, system functions, and member variables in the previous version In addition to automatically giving input prompts, automatically correcting case errors, automatically marking errors, etc., the latest version also 
adds a VA View to the WorkSpace window, which makes it easier to find files, classes and variables in the project. 

2. WndTabs (strongly recommended)
http://www.wndtabs.com/  WndTabs 
mainly displays all the opened files in the editing window. It is more convenient to operate these files in VC, such as modifying file attributes, copying files Path, file name, etc., and open source code, if you want, you can add features that you are interested in. 

3. LineCounter
http://www.wndtabs.com/ is

used to count the number of lines of code of the entire project, including the total number of lines, code lines, comment lines, blank lines, etc., and when counting multiple projects together, no

Will calculate the same file multiple times. 4. Spelly
http://www.wndtabs.com/  
a spell check plug-in, you can spell check the entire file or selected parts, support C/C++/C#, VB, Fortran And HTML. 

5.SourceStyler C++
http://www.sourcestyler.com/
This plug-in is a formatting tool for C++. You can choose a coding style according to your own coding habits, or you can define it yourself, and the definition is very detailed, including expressions, pointers, templates, classes, enumerations, etc. , It can certainly meet your needs. 

6.Numega BoundsChecker (strongly recommended) 
is the most comprehensive error detection tool for Visual C++ 6.0 applications. BoundsChecker can automatically point out static, stack memory errors and resource leaks. BoundsChecker can check the latest Windows APIs, including ActiveX, DirectX, OLE/COM, ODBC, etc. Able to find compatibility with the Windows platform. 

7. The BCGControlBar Library 
is a very good set of interface extension class libraries applied to vc6, easily making vc2003 interface. And gave various interface examples, such as vc.net, outlook, skin change and so on. 

8. The Comment Wizard
Visual C++ plug-in provides the standardization and automation of Visual C++ source code annotations. With its help, you can quickly create header file information annotations, module annotations in the file, C++ processing methods, C language functions and historical correction function annotations, etc. 


VC interface library Collection 

GuiToolkit (open source, similar to Visual Studio 2003 style)
http://www.beyondata.com/default.htm

GardenUI (free, good interface effect, XML, code interface separation)
http://www.gardenui.com/

CJLib (open source, free, UNICODE encoding, is the predecessor of xtreme toolkit, but xtreme toolkit is charged)
http://www.codejock.com/

LibUIDK (partly free, not open source, Good effect, suitable for texture)
http://www.iuishop.com/download.htm

BCGControlBar (charged, the interface feels similar to Office)
http://www.bcgsoft.com

SKin++ (charged, the interface is beautiful)
http:// www.uipower.com/

SkinMagic (similar to SKin++)
http://appspeed.com/html/download.html

ActiveSkin (unknown)
http://www.softshape.com/software/develop/
 
 
 
 
 

Guess you like

Origin blog.csdn.net/zhengjian1996/article/details/112917693