C++ 第2页
C++
WindowsAPI-控件:SysDateTimePick32-C佳家

WindowsAPI-控件:SysDateTimePick32

使用WindowsAPI,创建SysDateTimePick32控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #define ID_DATETIMEPICK 101 LRESULT CALLBACK ...
Ciallo~的头像-C佳家高级会员Ciallo~9个月前
04314
Ubuntu22 & C++:在CodeServer中连接与使用MySQL-C佳家

Ubuntu22 & C++:在CodeServer中连接与使用MySQL

环境:打开终端,安装MySQL服务,再安装相关的开发包,如何安装MySQL服务器此处不再赘述,使用:dpkg -l | grep libmysqlcppconn dpkg -l | grep libmysqlclient-dev查看是否已经安装了相关的开...
内容更新/站内事务/违规举报的头像-C佳家内容更新/站内事务/违规举报10天前
05214
每日C++(25年):6月30日 - 7月6日-C佳家

每日C++(25年):6月30日 – 7月6日

6月30日:C++14:std::make_heap7月1日:C++14:std::search7月2日:string: std::basic_string::find_first_not_of7月3日:string:std::string::find_first_of7月4日:string: std::string::c...
Ciallo~的头像-C佳家高级会员Ciallo~7个月前
05014
每日C++(25年):8月11日 – 8月17日-C佳家

每日C++(25年):8月11日 – 8月17日

8月11日:cmath:std::tgamma8月12日:cmath:std::cbrt8月13日:cmath:std::nearbyint8月14日:cmath:std::log1p8月15日:cmath:std::sin8月16日:cmath:std::log28月17日:cmath:std::le...
Ciallo~的头像-C佳家高级会员Ciallo~6个月前
04713
C++ 中四种字符串字面量的区别-C佳家

C++ 中四种字符串字面量的区别

在 C++ 编程中,字符串表示是非常重要的一部分。开发者可以使用多种方式来定义和操作字符串,每种方式都有其特定的语义与应用。本文将详细探讨四种不同的字符串表示:L'string'、'string'、TEXT...
Ciallo~的头像-C佳家高级会员Ciallo~7个月前
03213
Win-Live2D-C++:一种解决模型窗口透明部分鼠标事件穿透到下层窗口的办法-C佳家

Win-Live2D-C++:一种解决模型窗口透明部分鼠标事件穿透到下层窗口的办法

引入:在Live2D官方的Demo中,我们将窗口设置为透明后,即使窗口透明,我们鼠标的事件仍然会被透明窗口处理,如何才能让鼠标的事件穿透到下层窗口呢?利用WindowsAPI,我们可以实现鼠标事件的穿...
Ciallo~的头像-C佳家高级会员Ciallo~6个月前
07513
每日C++(25年):7月28日 – 8月3日-C佳家

每日C++(25年):7月28日 – 8月3日

7月28日:iostream:std::clog7月29日:iostream:std::istream::ignore7月30日:iostream:std::istream::getline7月31日:iostream:std::istream::read8月1日:cmath:std::hypot8月2日:cma...
Ciallo~的头像-C佳家高级会员Ciallo~6个月前
04413
Windows:VSCode安装与配置C/C++环境-C佳家

Windows:VSCode安装与配置C/C++环境

VSCode安装:先在官网下载VSCode,如果官网下载很慢,你可以点击下方链接:安装时的安装路径尽可能不要的存在中文,其余没有什么需要注意的配置C/C++环境:首先你需要配置C/C++环境,你可以参考...
Ciallo~的头像-C佳家高级会员Ciallo~6个月前
04213
每日C++(25年):6月16日 - 6月22日-C佳家

每日C++(25年):6月16日 – 6月22日

6月16日:C++17: std::shuffle6月17日:C++17:std::partial_sort6月18日:C++11: std::is_heap6月19日:C++17:std::inplace_merge6月20日:C++14: std::remove_if6月21日:C++17: std::trans...
Ciallo~的头像-C佳家高级会员Ciallo~8个月前
06513
每日C++(25年):12月1日 – 12月7日-C佳家

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

12月1日:mutex:std::recursive_mutex::try_lock12月2日:mutex:std::recursive_mutex::unlock12月3日:mutex:std::recursive_timed_mutex::lock12月4日:mutex:std::recursive_timed_mutex...
内容更新/站内事务/违规举报的头像-C佳家内容更新/站内事务/违规举报2个月前
04113
每日C++(26年):1月19日 – 1月25日-C佳家

每日C++(26年):1月19日 – 1月25日

1月19日:future:std::promise::set_value1月20日:future:std::promise::set_value_at_thread_exit1月21日:future:std::promise::set_exception1月22日:future:std::promise::set_except...
内容更新/站内事务/违规举报的头像-C佳家内容更新/站内事务/违规举报9天前
04713
每日C++(25年):8月18日 – 8月24日-C佳家

每日C++(25年):8月18日 – 8月24日

8月18日:cmath:std::clamp8月19日:cmath:std::asinh8月20日:cmath:std::pow8月21日:cmath:std::scalb8月22日:cmath:std::nan8月23日:cmath:std::div8月24日:cmath:std::exp
Ciallo~的头像-C佳家高级会员Ciallo~6个月前
04312