Lost !

-----hard working for the furture.

导航

统计

文章分类 -  C++

上一页 1 2 3 4 5 6 下一页

c++ 日志模块
摘要:#include <iostream> #include <string> #include <fstream> #include <time.h> #include <sys/time.h> #include <unistd.h> using namespace std; int main() { 阅读全文

posted @ 2024-11-05 19:59 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

cpp log
摘要:#pragma once #include <iostream> #include <ctime> using namespace std; ostream& Log() { cout << "For Debug | " << "timestamp: " << (uint64_t)time(null 阅读全文

posted @ 2024-11-03 18:32 失落''80 阅读(2) 评论(0) 推荐(0) 编辑

std string 拼接
摘要:#include <iostream> #include <string> using namespace std; int main(int argc, char *argv[]) { string s1 = string("abc") + "123"; s1 += "456"; std::cou 阅读全文

posted @ 2024-10-23 22:08 失落''80 阅读(3) 评论(0) 推荐(0) 编辑

c++常用的配置文件类型
摘要:https://blog.csdn.net/a8598671/article/details/142615465 阅读全文

posted @ 2024-10-03 11:42 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

C++11多线程---async、future、package_task、promise
摘要:https://blog.csdn.net/weixin_44235615/article/details/125679417 阅读全文

posted @ 2024-10-01 07:57 失落''80 阅读(1) 评论(0) 推荐(0) 编辑

Async++
摘要:https://github.com/Amanieu/asyncplusplus 阅读全文

posted @ 2024-10-01 07:56 失落''80 阅读(6) 评论(0) 推荐(0) 编辑

开源sip服务器
摘要:https://www.asterisk.org https://www.pjsip.org 阅读全文

posted @ 2024-09-07 11:57 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

IBM XL C/C++
摘要:https://www.ibm.com/docs/en/zos/2.1.0?topic=zos-xl-cc 阅读全文

posted @ 2024-08-30 21:46 失落''80 阅读(5) 评论(0) 推荐(0) 编辑

在RHEL 9 中开发 C 和 C++应用程序
摘要:https://docs.redhat.com/zh_hans/documentation/red_hat_enterprise_linux/9/html/developing_c_and_cpp_applications_in_rhel_9/setting-up-to-develop-applic 阅读全文

posted @ 2024-08-23 23:29 失落''80 阅读(4) 评论(0) 推荐(0) 编辑

qt+cef+webrtc
摘要:https://cefview.github.io/QCefView/docs/intros/ https://webrtc.github.io/samples/ https://webrtc.org/getting-started/testing 阅读全文

posted @ 2024-01-02 18:58 失落''80 阅读(21) 评论(0) 推荐(0) 编辑

MFC中CString到char数组的转换
摘要:CString str = _T("test"); char cmd[20]; int len = str.GetLength() * sizeof(TCHAR); memcpy(cmd, CW2A(str), len); //经测试,转换成功 阅读全文

posted @ 2023-10-20 17:55 失落''80 阅读(153) 评论(0) 推荐(0) 编辑

c++ 通过指针获取数据
摘要:#include "stdafx.h" #include <vector> #include <iostream> using namespace std; int main() { vector<double> listdata = { 10.2,10.6,12.9 }; for (size_t 阅读全文

posted @ 2023-10-17 09:13 失落''80 阅读(98) 评论(0) 推荐(0) 编辑

qt 格式化代码
摘要:https://blog.csdn.net/zzs0829/article/details/83933747 阅读全文

posted @ 2019-05-10 16:19 失落''80 阅读(505) 评论(0) 推荐(0) 编辑

qt 中文解码
摘要:#include "mainwindow.h" 阅读全文

posted @ 2019-05-10 15:02 失落''80 阅读(123) 评论(0) 推荐(0) 编辑

win32 dialog
摘要:https://blog.csdn.net/tcjiaan/article/details/8567053 阅读全文

posted @ 2018-08-28 15:50 失落''80 阅读(101) 评论(0) 推荐(0) 编辑

win32 串口通信
摘要:https://msdn.microsoft.com/en-us/library/ms810467.aspx#serial_topic3 阅读全文

posted @ 2018-08-28 15:20 失落''80 阅读(95) 评论(0) 推荐(0) 编辑

Qt5.7.0 mingw+qwtplot3D 编译
摘要:https://blog.csdn.net/vvbbbbb/article/details/72353718 https://blog.csdn.net/lbsljn/article/details/45491851 Qt5.7.0 mingw+qwtplot3D 编译 阅读全文

posted @ 2018-08-23 15:01 失落''80 阅读(172) 评论(0) 推荐(0) 编辑

windows api
摘要:http://blog.sina.com.cn/s/blog_1321350730102v0mo.html 阅读全文

posted @ 2018-08-14 15:28 失落''80 阅读(42) 评论(0) 推荐(0) 编辑

MFC 串口通信
摘要:https://jingyan.baidu.com/article/0f5fb09919363e6d8234ea7a.html 阅读全文

posted @ 2018-08-13 17:38 失落''80 阅读(74) 评论(0) 推荐(0) 编辑

MFC自定义按钮的实现
摘要:https://blog.csdn.net/liuyi1207164339/article/details/46679809 阅读全文

posted @ 2018-08-07 11:40 失落''80 阅读(430) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 下一页
点击右上角即可分享
微信分享提示