V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  luoqeng  ›  全部回复第 12 页 / 共 22 页
回复总数  439
1 ... 8  9  10  11  12  13  14  15  16  17 ... 22  
2017-06-12 10:19:05 +08:00
回复了 Rainymush 创建的主题 求职 某开发妹子找工作迷茫中,求建议。
老司机,发车么?
2017-06-07 21:21:06 +08:00
回复了 nyanyh 创建的主题 程序员 有续航 6 小时以上的 Linux 笔记本推荐吗?
LZ 头像很赞
2017-06-06 11:54:40 +08:00
回复了 zhangyifei216 创建的主题 C Effective Modern C++读书笔记
mark
2017-05-23 19:38:37 +08:00
回复了 Ginson 创建的主题 Python 爱好者和职业程序员的界限在哪
去学就是了
2017-05-23 19:37:54 +08:00
回复了 leohotfn 创建的主题 C 小巧的 C++线程池
std::thread
2017-05-22 18:07:45 +08:00
回复了 hackpro 创建的主题 C 请教一个跨命名空间 C++拷贝构造函数的问题
TB(const A::TA& ta) {
// this->m_pstr = ta.m_pstr;

if (ta.m_pstr != NULL) {
int len = strlen(ta.m_pstr);
m_pstr = new (nothrow)char[len+1];
memcpy(m_pstr, ta.m_pstr, len);
m_pstr[len] = '\0';
}
}

深拷贝就行了啊
2017-04-22 23:42:44 +08:00
回复了 leetao94 创建的主题 问与答 关于编程语言的掌握层次大家是怎么定义的?
Asking questions on the newsgroup/mailing list
Asking good questions on the newsgroup/mailing list
Answering questions
Paid to write code in that language
Written 10k lines of code in the language
Written a compiler for the language
Written an optimizing compiler
Written a book on the language
Participated on the standards committee
Written the book on the language.

https://www.quora.com/How-do-I-understand-my-level-in-programming-language
2017-04-20 10:22:23 +08:00
回复了 graetdk 创建的主题 随想 体重大的人骑自行车下坡,滑行速度会比体重轻的人更快吗?
2017-04-10 19:54:10 +08:00
回复了 Antidictator 创建的主题 生活 买乳胶枕头"辛酸"之路
小米的睡着感觉挺好的
2017-04-05 23:21:36 +08:00
回复了 justicelove 创建的主题 Linux 菜鸟提问:关于 TCP 协议
https://zhuanlan.zhihu.com/p/25241630 虽然我也没仔细看
2017-03-07 22:22:50 +08:00
回复了 yuanfy008 创建的主题 广州 论二手房东
交的押金从来没想过要拿回来……
2017-02-19 14:28:42 +08:00
回复了 timehzy 创建的主题 游戏开发 有做过棋牌游戏的同学吗?
网狐
2017-02-18 12:25:52 +08:00
回复了 brainjoy 创建的主题 iOS 极客学院的 iOS 就业班课程怎么样?
极客的 Wiki 不错看完差不多了。
2017-02-18 12:06:00 +08:00
回复了 h2so4 创建的主题 问与答 不会打麻将好尴尬....
同意不会打麻将工作还要写麻将游戏的路过……
2017-02-08 00:05:09 +08:00
回复了 dido2722 创建的主题 Go 编程语言 电竞行业 招聘 Golang 工程师 Dota2 相关
我王者荣耀玩的不错……
1 ... 8  9  10  11  12  13  14  15  16  17 ... 22  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2135 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 439ms · UTC 11:46 · PVG 19:46 · LAX 04:46 · JFK 07:46
Developed with CodeLauncher
♥ Do have faith in what you're doing.