上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 118 下一页
摘要: // Gold.h : 此文件包含 "Gold" 类。Abstract Factory Pattern C++ 14 // 2023年4月30日 涂聚文 Geovin Du Visual Studio 2022 edit. #pragma once #ifndef GOLD_H #define GO 阅读全文
posted @ 2023-05-02 12:04 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0)
摘要: // Monster.h : 此文件包含 "Monster" 类。Abstract Factory Pattern C++ 14 // 2023年4月29日 涂聚文 Geovin Du Visual Studio 2022 edit. #pragma once #ifndef MONSTER_H # 阅读全文
posted @ 2023-04-30 20:27 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: 文章来源《C++新经典设计模式》 王健伟编著 清华大学出版社 // TemplateMethonPattern.h : 此文件包含 "TemplateMethonPattern" 类。Template Mothod Pattern C++ 14 // 2023年4月29日 涂聚文 Geovin Du 阅读全文
posted @ 2023-04-29 21:24 ®Geovin Du Dream Park™ 阅读(28) 评论(0) 推荐(0)
摘要: -- https://dev.mysql.com/doc/refman/8.0/en/charset-database.html show variables like "character_set_%"; CREATE DATABASE `geovindu` CHARACTER SET utf8 阅读全文
posted @ 2023-04-29 14:57 ®Geovin Du Dream Park™ 阅读(19) 评论(0) 推荐(0)
摘要: win10 64位* 控程台936,程序文件UTF-8,输入可以获得中文字,输出中文没有问题(需要转码),保存的text文件编码utf-8 (需要转码)* 控程台65001 程序文件utf-8 输入中文获得是乱码,输出中文没有问题(需要代码设置),保存的text文件编码utf-8(需要转码)* 控制 阅读全文
posted @ 2023-04-24 20:54 ®Geovin Du Dream Park™ 阅读(289) 评论(0) 推荐(0)
摘要: 叮𪠽𪠽𪀋𪀋𪀋𪠽 /*****************************************************************//** * \file geovindu.h * \brief 业务操作方法 * * \author geovindu,Geovin Du 阅读全文
posted @ 2023-04-22 20:51 ®Geovin Du Dream Park™ 阅读(81) 评论(0) 推荐(0)
摘要: VS 2022 C++有两种注释方法,一种C++的,还有一种和C#差不多。 读写文件有生成有报错,文件头行加上这行代码 #define _CRT_SECURE_NO_WARNINGS 自定义数据结构数组指针,类对象指针,不熟,瞎摸象,我不知道赋值,调用...... /**************** 阅读全文
posted @ 2023-04-22 00:31 ®Geovin Du Dream Park™ 阅读(49) 评论(0) 推荐(0)
摘要: // TenSortAlgorithms.h : 此文件包含 "TenSortAlgotrthms" 类。十个常用排序算法 C++ 11 // 2023年4月5日 涂聚文 Geovin Du edit. #ifndef TENSORTALGORITHMS_H #define TENSORTALGOR 阅读全文
posted @ 2023-04-21 20:39 ®Geovin Du Dream Park™ 阅读(20) 评论(0) 推荐(0)
摘要: // StudentArry.h : 此文件包含 "StudentArry" 类。学生数组成绩显示方法 C++ 14 // 2023年4月9日 涂聚文 Geovin Du edit. //(1)vec1.size() 就是”二维数组”的行数 //(2)vec1[0].size() 就是”二维数组”的 阅读全文
posted @ 2023-04-18 23:22 ®Geovin Du Dream Park™ 阅读(39) 评论(0) 推荐(0)
摘要: // StudentArry.cpp : //练习案例:学生数组成绩显示方法 StudentArry //案例描述:学生数组成绩显示方法 #include "StudentArry.h" #include <iostream> #include <string> #include <vector> 阅读全文
posted @ 2023-04-17 00:43 ®Geovin Du Dream Park™ 阅读(37) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 118 下一页