程序设计语言共66篇
程序设计相关语言,如:C语言
每日C++(25年):6月合集-C佳家

每日C++(25年):6月合集

6月1日:C++20 : std::atomic::wait 和 std::atomic::notify_one/notify_all6月2日:C++14 中的 std::make_unique函数6月3日:C++11 : std::getline 的扩展用法6月4日:C++17 标准库: std::mem...
Ciallo~的头像-C佳家高级会员Ciallo~2个月前
01057
每日C++(25年):7月14日 – 7月20日-C佳家

每日C++(25年):7月14日 – 7月20日

7月14日:string:std::string::assign7月15日:string:std::string::ends_with7月16日:string:std::string::at7月17日:string:std::string::remove_suffix7月18日:string:std::string::...
Ciallo~的头像-C佳家高级会员Ciallo~1个月前
0599
WindowsAPI-控件:Tooltips_class32-C佳家

WindowsAPI-控件:Tooltips_class32

使用WindowsAPI,创建Tooltips控件:#include <windows.h> #include <commctrl.h> // Include the common controls #pragma comment(lib, 'comctl32.lib') #pragma comment(linker,...
用户80404320的头像-C佳家高级会员用户804043203个月前
0335
WindowsAPI-控件:ListView(SysListView32)-C佳家

WindowsAPI-控件:ListView(SysListView32)

使用WindowsAPI,创建一个ListView控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #define ID_LISTVIEW 101 LRESULT CALLBACK WindowPro...
用户80404320的头像-C佳家高级会员用户804043203个月前
02812
Sublime Text配置C/C++教程-C佳家

Sublime Text配置C/C++教程

下载Sublime Text先下载(百度网盘)安装软件,或去官网安装,除了选择安装路径之外,其它一直next即可。新建文件夹安装软件软件后,我们在桌面新建一个文件夹,名字无所谓,将文件夹拖动至快捷...
vcpkg: Win11环境包管理工具配置教程-C佳家

vcpkg: Win11环境包管理工具配置教程

安装:1. 先打开任意一个空文件夹(假设文件夹路径为: c:\src),先将vcpkg克隆到本地:git clone https://github.com/microsoft/vcpkg如果您无法克隆到本地,您可以直接下载文件并解压到空文...
Ciallo~的头像-C佳家高级会员Ciallo~3个月前
03815
子比主题美化-自助友情链接申请-C佳家

子比主题美化-自助友情链接申请

设置:在服务器上,网站根目录/wp-content/themes/zibll/,在文件夹下创建一个blinks.php文件,添加以下代码:在网站后台 -> 页面 -> 添加页面,发布模板选择自助申请友链,再将页面链接...
Ciallo~的头像-C佳家高级会员Ciallo~1个月前
0307
C++: iostream-输入输出头文件-C佳家

C++: iostream-输入输出头文件

函数名站内文章/帖子备注std::ostream::rdbufiostream:std::ostream::rdbuf——————std::ostream::writeiostream:std::ostream::write——————std::ostream::flushiostream:std::ost...
每日C++(25年):9月1日 – 9月7日-C佳家

每日C++(25年):9月1日 – 9月7日

9月1日:cmath:std::signbit9月2日:cmath:std::lgamma9月3日:cmath:std::modf9月4日:cmath:std::floor9月5日:cmath:std::frexp9月6日:cmath:std::fdim9月7日:cmath:std::isfinite
Ciallo~的头像-C佳家高级会员Ciallo~22天前
0685
程序设计天梯赛题解-5分题 (C/C++)-C佳家

程序设计天梯赛题解-5分题 (C/C++)

L1-001 Hello WorldL1-004 计算摄氏温度L1-012 计算指数L1-014 简单题L1-021 重要的话说三遍L1-024 后天L1-026 I Love GPLTL1-029 是不是太胖了L1-036 A乘以BL1-038 新世界L1-042 日期格式化L1-...
Ciallo~的头像-C佳家高级会员Ciallo~2个月前
01126
每日C++(25年):9月15日 – 9月21日-C佳家

每日C++(25年):9月15日 – 9月21日

9月15日:cmath:std::sph_neumann9月16日:cmath:std::sph_legendre9月17日:std::sph_bessel9月18日:cmath:std::comp_ellint_29月19日:cmath:std::legendre9月20日:cmath:std::hermite...
Ciallo~的头像-C佳家高级会员Ciallo~10天前
0435
WindowsAPI-控件:Hotkey-C佳家

WindowsAPI-控件:Hotkey

使用WindowsAPI,创建Hotkey控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #pragma comment(linker,'\'/manifestdependency:type='win3...
用户80404320的头像-C佳家高级会员用户804043203个月前
04615