In win7, you can also use VC ++ 6.0 very well. It is often said that there are compatibility problems, but there are a lot of solutions on the internet, I will briefly list:
1. Download the VC ++ 6.0 software. I like the English version and the Chinese version as well. The two versions are included here:
Http://down.gougou.com/down? Cid = c7d4a24967698805cc5b18ee660b562a90634ab3
After decompression, you can obtain the vccn and vcen in Chinese and English. select one.
2. Installation, detailed tutorial:
Http://wenku.baidu.com/view/ac41d0bef121dd36a32d8263.html
3. After installation, it is found that opening the project crashes.
Download: filetool. dll
Http://download.csdn.net/source/2615252
Solution Tutorial:
Http://blog.csdn.net/jareyzhang/article/details/5811378
4. VC helper x10.6.1822
Http://d.download.csdn.net/down/2646009/xuehua_1008
5. display the row number
Http://d.download.csdn.net/down/2843297/freudlv
6. SetCodeThe font (because) Tools-> options-> Format is too limited. How can I use the font of my favorite code?
A method is also very simple. Modify the registry key:
Regedit enters the Registry. There are 10 options in total for HKEY_CURRENT_USER \ Software \ Microsoft \ devstudio \ 6.0 \ format \ ***. For example, I care about code font settings,
Select HKEY_CURRENT_USER \ Software \ Microsoft \ devstudio \ 6.0 \ format \ source window to find the fontface and fontsize items, and change fontface to your favorite fontface name (in the system's fonts) for example, the font size of the consolas is changed to a (hexadecimal) or decimal 10. OK. Restart ide to see the effect.
Or download the VC font setting software.
==============================================
All of the above effects in win7 are as follows: