Talk about the use of dev C + + tips
Dev C + + Is this thing that is widely used in middle school competitions ... ( a software that has been blamed for years because of the ugly interface, you can also play Noip and save the election )
The following features can be achieved within 3 minutes, but they are much more comfortable in the game .
First step change to Chinese tools-environment Options-language-chinese
Shown below
The second step is to find the compile option in the tool and then open the display up to Warning (-wall) as follows
This can prompt for minor errors (forgetting to read in, "= =" written as "=", etc.)
The second step is to find the compilation options in the tool , then disable highlighting and change the grammar preset to GSS Hacker
The effect is as follows:
A lot of good looks.
Emmmmm
If you are at home, you can also modify (personal hobbies, on the two picture bar)
The code for the last picture is the program framework I sent.
In this way, a simple and comfortable dev C + + is successful.
A bit of dev C + + tips