2.C++空项目

Posted on 2018-03-05 22:41  yacbo  阅读(208)  评论(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; }

  

  

Copyright © 2024 yacbo
Powered by .NET 8.0 on Kubernetes