2.C++空项目

Posted on 2018-03-05 22:41  yacbo  阅读(216)  评论(0)    收藏  举报
#define _CRT_SECURE_NO_WARNINGS
#include <stdlib.h>
#include <cstring>
#include <string>
#include <stdio.h>
#include <iostream>
#include <window.h> using namespace std; void main() { printf("hello ... \n"); string aa = to_string(10); cout << aa << endl; system("pause"); return; }

  

  

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3