该文被密码保护。 阅读全文
摘要:
1 //printf("进入到main函数,数据库相关程序\n\n"); 2 //第一步:初始化数据库 3 int a= gsz_data_inti(&g_data_pIDBInitialize, &g_data_pIDBProperties); 4 printf("进入到main函数,dsc\n\ 阅读全文
该文被密码保护。 阅读全文
摘要:
头文件 *** 1 #pragma once 2 #pragma once 3 #include "stdio.h" 4 #include "windows.h" 5 #include "tchar.h" 6 #include "shlwapi.h" 7 #pragma comment(lib,"s 阅读全文
摘要:
1 char lingshi_sBuf[20] = { 0 }; 2 cout << "输入测试项目" << endl; 3 cin.get(lingshi_sBuf, 20);//输入字符串,当输入是Enter键时结束输入 4 cout << "当前项目为:" << lingshi_sBuf << 阅读全文