会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
欢迎来到索比的空间 <( ̄ ﹌  ̄)>
博客园
首页
新随笔
联系
订阅
管理
2020年5月13日
数组传参问题
摘要: 挺奇葩的,数组指针传进参数后没法用sizeof 建议再外面求完再传进去
阅读全文
posted @ 2020-05-13 23:37 索比
阅读(121)
评论(0)
推荐(0)
2020年4月28日
iec备份
摘要: #include "pch.h" #include <iostream> #include <stdio.h> #include <winsock2.h> #include<WS2tcpip.h> #include <string> #include <atlstr.h> #include <pth
阅读全文
posted @ 2020-04-28 09:46 索比
阅读(95)
评论(0)
推荐(0)
2020年4月27日
c++学习笔记(虚函数多态实现)
摘要: //fish.h class fish { public: fish(); virtual ~fish(); virtual void water(); }; //fish.cpp #include "pch.h" #include "fish.h" #include <iostream> usin
阅读全文
posted @ 2020-04-27 14:38 索比
阅读(112)
评论(0)
推荐(0)
2020年4月23日
c++学习笔记(pthread多线程参数同步)
摘要: 多线程参数同步 #include "pch.h" #include <iostream> #include <stdio.h> #include <pthread.h> #include <assert.h> #include <stdlib.h> #include <Windows.h> usin
阅读全文
posted @ 2020-04-23 20:14 索比
阅读(280)
评论(0)
推荐(0)
公告