从VS粘贴的代码示例:
#include <iostream> using namespace std; int main(int argc, char** argv) { cout << "Hello World!" << endl; return 0; }粘贴代码结束。
从VS粘贴的代码示例:
#include <iostream> using namespace std; int main(int argc, char** argv) { cout << "Hello World!" << endl; return 0; }粘贴代码结束。
转载于:https://www.cnblogs.com/cppfans/articles/1691410.html