由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How to understand this?
相关主题
help understanding code (random number)Re: 请教一个pca的问题 (转载)
请教一个C的问题哪位给我科普一下传说中的top1是啥?
请问个c++ primer里面的小白问题.Understanding the bin, sbin, usr/bin, usr/sbin Split
求详细步骤:在 Mac Sierra 上安装 Python 2.7 的 Oracle 客户Questions about orbix
perl怎么这么难?any tools to check which program used certain port ?
请问,什么叫Understanding of multi-threaded development environments?how to find out whether a port is free to use on Windows
C++ 普及课程 (视频):Understanding rvalue and lvalueg++-2.95 -> g++-3.3/3.4
Understanding the node.js event looptwo interview questions
相关话题的讨论汇总
话题: understand话题: inst话题: port话题: return
进入Programming版参与讨论
1 (共1页)
a***e
发帖数: 1140
1
return _port ? _inst ?
_inst->containingModule() : _port->containingModule() : 0;
Thanks
c********e
发帖数: 383
2
if (_port )
{
if (_inst)
return _inst->...;
else
return _port->...;
}
return 0;

【在 a***e 的大作中提到】
: return _port ? _inst ?
: _inst->containingModule() : _port->containingModule() : 0;
: Thanks

a***e
发帖数: 1140
3
I see, thanks

【在 c********e 的大作中提到】
: if (_port )
: {
: if (_inst)
: return _inst->...;
: else
: return _port->...;
: }
: return 0;

1 (共1页)
进入Programming版参与讨论
相关主题
two interview questionsperl怎么这么难?
if you know how to use port_dissociate()请问,什么叫Understanding of multi-threaded development environments?
难道是用perl太多的结果C++ 普及课程 (视频):Understanding rvalue and lvalue
Help: Another C++ compilation error on GCCUnderstanding the node.js event loop
help understanding code (random number)Re: 请教一个pca的问题 (转载)
请教一个C的问题哪位给我科普一下传说中的top1是啥?
请问个c++ primer里面的小白问题.Understanding the bin, sbin, usr/bin, usr/sbin Split
求详细步骤:在 Mac Sierra 上安装 Python 2.7 的 Oracle 客户Questions about orbix
相关话题的讨论汇总
话题: understand话题: inst话题: port话题: return