#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; }