随笔分类 -  Cpp programming

CPlusPlus programming language
摘要:装之前先把java jdk 17 先安装上 命令行安装 sudo apt install openjdk-11-jdksudo apt install openjdk-17-jdk sudo add-apt-repository ppa:geovindu/javasudo apt updatesud 阅读全文
posted @ 2023-11-03 21:36 ®Geovin Du Dream Park™ 阅读(115) 评论(0) 推荐(0) 编辑
摘要:https://www.eclipse.org/downloads/ 阅读全文
posted @ 2023-11-03 14:13 ®Geovin Du Dream Park™ 阅读(34) 评论(0) 推荐(0) 编辑
摘要:#include <stdio.h> #include <stdlib.h> #include <assert.h> /** * @brief * * @param arr * @param length * @param key */ void removenum(int arr[],int le 阅读全文
posted @ 2023-10-29 14:36 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0) 编辑
摘要:/** * @file chainOfResponsibility.h * @author your name (geovindu) * @brief chain Of Responsibility 职责链模式 * @version 0.1 * @date 2023-10-28 * IDE: VSC 阅读全文
posted @ 2023-10-28 05:55 ®Geovin Du Dream Park™ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:/*****************************************************************//** * \file helloworld.C * \brief 业务操作方法 * VSCODE c11 安装插件“Doxygen Documentation Ge 阅读全文
posted @ 2023-10-24 22:14 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:/** * @file helloworld.c * @author your name (geovindu@163.com) * @brief thread * @version 0.1 * @date 2023-10-24 * ide: vscode c11,c17 Ubuntu 22.04 * 阅读全文
posted @ 2023-10-24 15:58 ®Geovin Du Dream Park™ 阅读(34) 评论(0) 推荐(0) 编辑
摘要:下载插件安装 Doxygen Commentshttps://marketplace.visualstudio.com/items?itemName=FinnGegenmantel.doxygenComments 在工具--选项 进行设置 阅读全文
posted @ 2023-10-24 15:28 ®Geovin Du Dream Park™ 阅读(122) 评论(0) 推荐(1) 编辑
摘要:/** * @file helloworld.c * @author your name (geovindu) * @brief * ide: vscode c11,c17 * @version 0.1 * @date 2023-10-21 * * @copyright Copyright (c) 阅读全文
posted @ 2023-10-22 20:14 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:/** * @file validator.h * @author your name (you@domain.com) * @brief 访问者模式 Visitor Pattern 来源: C现代编程 集成开发环境、设计模式、极限编程、测试驱动开发、重构、持续集成 日.花井志生著,杨文轩译,人民邮 阅读全文
posted @ 2023-10-21 14:56 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:windows: /** * ***************************************************************************** * @file TakeNumber.h * @brief 排队等号 window * @author (geov 阅读全文
posted @ 2023-10-19 14:47 ®Geovin Du Dream Park™ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:/** * ***************************************************************************** * @file duSortType.h * @brief * @author () * @date 2023-10-18 * @c 阅读全文
posted @ 2023-10-16 00:22 ®Geovin Du Dream Park™ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:printf("hello world, c \n"); printf("你好,中国\n"); int duArry[] = {0,1,2,3,4,5} ; int* pArr; pArr = duArry; pArr = &duArry[0] ; int l=sizeof(duArry)/size 阅读全文
posted @ 2023-10-09 22:13 ®Geovin Du Dream Park™ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:/** * @file geovindu.c * @author geovindu (Geovin Du) * @brief * @version 0.1 * @date 2023-10-03 * * @copyright Copyright (c) 2023 * */ #include "incl 阅读全文
posted @ 2023-10-03 09:57 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:/// <summary> /// 打开DAT 文件 /// </summary> void operatefile() { char data[100]; const char* fname = "afile.dat"; // 打开文件. ofstream outfile; outfile.ope 阅读全文
posted @ 2023-10-02 11:20 ®Geovin Du Dream Park™ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:Programming in C++ (mheducation.com) https://highered.mheducation.com/sites/0072424125/ /************************************************************* 阅读全文
posted @ 2023-09-28 15:00 ®Geovin Du Dream Park™ 阅读(6) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示