WindowsAPI-控件:ToolBar
使用WindowsAPI,创建ToolBar控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #define ID_TOOLBAR 201 LRESULT CALLBACK WindowProc(HWND...
WindowsAPI-控件:SysDateTimePick32
使用WindowsAPI,创建SysDateTimePick32控件:#include <windows.h> #include <commctrl.h> #pragma comment(lib, 'comctl32.lib') #define ID_DATETIMEPICK 101 LRESULT CALLBACK ...
C++实现socket编程(Windows、Linux)
基本概念C++ Socket 编程是实现网络通信的一种方式,利用 Socket 接口,程序可以通过计算机网络进行数据的传输与接收。Socket 是一种用于实现通信的抽象概念,它可看作是连接网络中两个通信端点...
每日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...
每日C++(25年):11月24日 – 11月30日
11月24日:mutex:std::mutex::lock11月25日:mutex:std::mutex::try_lock11月26日:mutex:std::mutex::unlock11月27日:mutex:std::timed_mutex::lock11月28日:mutex:std::timed_mutex::t...
Ubuntu22 & C++:在CodeServer中连接与使用MySQL
环境:打开终端,安装MySQL服务,再安装相关的开发包,如何安装MySQL服务器此处不再赘述,使用:dpkg -l | grep libmysqlcppconn dpkg -l | grep libmysqlclient-dev查看是否已经安装了相关的开...
每日C++(26年):3月9日 – 3月15日
3月9日:chrono:std::chrono::floor3月10日:chrono:std::chrono::ceil3月11日:chrono:std::chrono::round3月12日:chrono:std::chrono::abs3月13日:chrono:std::chrono::system_clock::...
每日C++(26年):5月18日 – 5月24日
5月18日:vector:std::vector::end 和 std::vector::cend5月19日:vector:std::vector::rbegin 和 std::vector::crbegin5月20日:vector:std::vector::rend 和 std::vector::crend5月21日:d...
每日C++(26年):5月合集
5月1日:vector:std::vector::empty5月2日:vector:std::vector::size5月3日:vector:std::vector::max_size5月4日:vector:std::vector::reserve5月5日:vector:std::vector::capacity5月...
每日C++(26年):6月8日 – 6月14日
6月8日:deque:std::deque::resize6月9日:deque:std::deque::swap6月10日:deque:std::deque::operator[]6月11日:forward_list:std::forward_list::front6月12日:forward_list:std::for...
每日C++(26年):6月15日 – 6月21日
6月15日:forward_list:std::forward_list::insert_after6月16日:forward_list:std::forward_list::emplace_after6月17日:forward_list:std::forward_list::erase_after6月18日:forward_l...
每日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...












