由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 阿三同事问我这个code为什么不work (转载)
相关主题
关于多个smart pointer系统并存的问题about STL functor and function pointers
Why do I need to use "plain" pointer?what's the purpose of pointer to pointers?
一个简单的小问题C++ Q05: pointer to constant variable
请问可以这样定义struct吗?find start point of loop from linked list
how to do it ?=======Problem – coding in c++C++ Q93 - Q95 (转载)
is smart_ptr really that good?c++ pointers are iterators, why?
[合集] pointer in Cint F::*x = &F::x是什么意思?
pointer overflowc++ 里用到pointer 的地方我们尽可能用smart pointer吗?
相关话题的讨论汇总
话题: pointer话题: current话题: next话题: 813话题: 阿三
进入Programming版参与讨论
1 (共1页)
t**********g
发帖数: 3388
1
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: hokia (千毒神手山寨版), 信区: SanFrancisco
标 题: 阿三同事问我这个code为什么不work
发信站: BBS 未名空间站 (Tue Nov 25 03:09:52 2008)
加了一行 813, 问我为什么没什么作用
811 while (current_pointer) {
812 next_pointer = list_get_next(pointer);
813 current_pointer= 0;
814 current_pointer = next_pointer;
815 。。。。
l*****d
发帖数: 359
2
这个应该转joke吧
l*t
发帖数: 18
3
patpat

【在 l*****d 的大作中提到】
: 这个应该转joke吧
c********t
发帖数: 27
4
有的阿三就喜欢不明白装明白,我们这的都这样。
我相信阿三有牛人
l*****d
发帖数: 359
5
牛人和吹牛人并存

【在 c********t 的大作中提到】
: 有的阿三就喜欢不明白装明白,我们这的都这样。
: 我相信阿三有牛人

1 (共1页)
进入Programming版参与讨论
相关主题
c++ 里用到pointer 的地方我们尽可能用smart pointer吗? how to do it ?=======Problem – coding in c++
不如各位高手挑个专题讲讲C++11吧is smart_ptr really that good?
Go adopts JavaScript’s idea of semicolon insertion[合集] pointer in C
有什么工具可以检查内存泄漏么pointer overflow
关于多个smart pointer系统并存的问题about STL functor and function pointers
Why do I need to use "plain" pointer?what's the purpose of pointer to pointers?
一个简单的小问题C++ Q05: pointer to constant variable
请问可以这样定义struct吗?find start point of loop from linked list
相关话题的讨论汇总
话题: pointer话题: current话题: next话题: 813话题: 阿三