Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
C / C + + general log output function (1.0.0.8)
no vote
C / C + + is a general log output function, which is suitable for windows and Linux platforms, and can also customize the output content on this basis. Custom log auto clear time
243660565@qq.com
2018-06-21
0
1
C + + non recursive way to traverse the directory (Windows / Linux)
no vote
Many implementations traverse the directory recursively, so if the directory level is too deep and the file operation function is complex, it is easy to overflow the stack. Some implementations change the current directory, but this class does not. This class traverses the directory in a non recursive way, and is currently suitable for windows and Linux platforms. There is no unified interface between windows and Linux, but the difference between TCHAR and char is due to the high efficiency of Windows API Unicode version, the convenience of windows program use and the avoidance of string conversion.
243660565@qq.com
2018-06-20
0
1
Libiniparser (INI profile parsing class) 1.0.0.4
no vote
Indows provides API for ini configuration file operation, GetPrivateProfileString, WritePrivateProfileString, etc
243660565@qq.com
2018-06-15
0
1
Anti theft library + principle + user manual + example code + Linux + windows 1.0.0.4
no vote
In this version, the authorization code of Linux platform is added, and the asymmetric algorithm is used to generate the authorization code (the asymmetric algorithm has high security and is difficult to decipher), so as long as the private key is well protected
243660565@qq.com
2018-06-14
0
1
No more~