一个欲儿的博客

纯C++实现的截屏截全屏

有些时候有log是不够的,还是有个截屏来得踏实对吧#define _CRT_SECURE_NO_WARNINGS #define _AFXDLL #include<iostream> #include <afxwin.h> void Screen(char filena...

C++ 字符串截取系列

从数位上截取#include <iostream> 从位数上截取 #include <string>  using namespace std;  int main()  {  string str = ...