Fork for Mac是一款运行在Mac平台上的Git客户端,Fork Mac版具备基本的取、推、提交、修改、创建和删除分支和标签、创建和删除远程备份等功能,还有实用的差异查看器,你可以通过清晰的视图快速发现源代码中的更改。 Fork for Mac v2.42 激活版…
直接看代码吧
#include <iostream>
#include <string>/*
A string is actually an object of the C++ Standard Library class string.
This class is defined in header <string>, and the name string, like cout, belongs to namespace std.
To enable …