"Welcome into the pit."
From here on, I call vc++6.0 a small c.
Why am I so deep in love with little C?
Although criticized, but, I just want to say, I am too simple, small c to run successfully in the various win platform, for me she: high-speed, small, convenient, obedient, customizable, functional, debugging interface friendly ...
So many reasons, let me love her enough? Perhaps the reason cannot withstand scrutiny, but allow me to introduce slowly.
First of all, I have to admit that there are a few things that little C can't do:
First, small c cannot successfully configure the opencv2.0 and above versions.
Second, you cannot specify command-line arguments directly, and you need to run them under CMD to accept the parameters.
Third, you cannot automatically display run time and space usage without setting it.
Four, do not know, to add ...
Installation
winxp,win7,win8.1 System:
1) Download the file and unzip it. File has been uploaded to http://download.csdn.net/download/yws_swy/9777458
Here I put the extracted three directories into the E-disk under the VC folder.
2) Locate the execution file, right-click the property set to admin start, Compatibility set to XP (SP2), and send shortcut to desktop.
3) Double-click Enter to start the directory configuration.
Tools-Options
Options-Directory-delete the original path and reconfigure the following.
"Include Files"
.. \.. \.. \vc98\atl\include
.. \.. \.. \vc98\mfc\include
.. \.. \.. \vc98\include
"Executable File"
.. \.. \.. \vc98\bin
.
.. \.. \tools
.. \.. \tools\winnt
"Library Files"
.. \.. \.. \vc98\lib
.. \.. \.. \vc98\mfc\lib
"Source Files"
.. \.. \.. \vc98\mfc\src
.. \.. \.. \vc98\mfc\include
.. \.. \.. \vc98\atl\include
.. \.. \.. \vc98\crt\src
Point confirmation after Setup is complete
4) Then we begin to write Hello world .....
FILE-New
Engineering-WIN32 Console Program-project name: Hello World
Click OK
FILE-New-c++ source file-file name HelloWorld
Click OK
Write the following in the source file, allowing me to temporarily use C format:
Compile-build-run
Successful output
So far, is the most basic, do not allow errors, if you do not run successfully, please do not look down, follow each step to reconfigure again, have any questions, welcome to leave a message or communication, I qq:2388946286.
If it runs successfully, then OK, we can start to do things, from now on, we play a bit of fun.
Note:
Of course, if you are a win10 system, but also for small C love deep, then I provide a way to use: virtual machine run.
1) Download the virtual machine and install: Link: https://pan.baidu.com/s/1kVr2tDl Password: 7QE3
2) Download WinXP Image: Link: https://pan.baidu.com/s/1jHGW9oU Password: i5ve
3) Install XP into the virtual machine with reference to the online data.
4) then install vc++6.0 in the virtual machine using the installation method of the above winxp,win7,win8.1 system.
5) OK, done, welcome into the pit.
Deep love for vc++6.0 (i) Install vc++6.0, support WINXP,WIN7,WIN8.1,WIN10