摘要: #include <iostream> #include <string> using namespace std; int main(int argc, char** argv) { char a; cout<<"请输入一个字符:"; cin>>a; cout<<" "<<a<<endl; cou 阅读全文
posted @ 2022-09-11 21:49 王一行 阅读(93) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { bool con = mc.Conn 阅读全文
posted @ 2022-09-11 18:37 王一行 阅读(60) 评论(0) 推荐(1)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; TxMinecraft mc; int main(int argc, char** argv) { //连接我的世界 bool con 阅读全文
posted @ 2022-09-11 18:34 王一行 阅读(30) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include "minecraft.h" using namespace std; int main(int argc, char** argv) { TxMinecraft tongxin; tongxin.Conne 阅读全文
posted @ 2022-09-11 18:31 王一行 阅读(42) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include <Windows.h> #include "minecraft.h" using namespace std; TxMinecraft tongxin; int main(int arcg,char**ar 阅读全文
posted @ 2022-09-11 18:24 王一行 阅读(55) 评论(0) 推荐(0)