由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - function in c++
相关主题
pointer to function__FUNCTION__ 是怎么回事呀?
这个function pointer最后的那个int是什么意思?[合集] C/C++ calling function by name
inline functions in C++How to use a function return by reference in C++
about STL functor and function pointershow much memory does it take to save the member function in a class ?
[合集] C++ template questionreturn value of a python function...
Python Q: function pass in struct pointer, come back with data filled问个C++ virtual function的问题 (转载)
最近学了一下 GoIs this function's behavior undefined?
function pointer 和 call-back function 有什么区别?C++ function template问题
相关话题的讨论汇总
话题: function话题: c++话题: pointer
进入Programming版参与讨论
1 (共1页)
f*******g
发帖数: 79
1
Can I view the function in c++ as object?
X****r
发帖数: 3557
2
No.

【在 f*******g 的大作中提到】
: Can I view the function in c++ as object?
t****t
发帖数: 6806
3
function pointer is, pointer; therefore, function pointer is object.

【在 f*******g 的大作中提到】
: Can I view the function in c++ as object?
S*********g
发帖数: 5298
4
答非所问....

【在 t****t 的大作中提到】
: function pointer is, pointer; therefore, function pointer is object.
d****p
发帖数: 685
5
No in compile time.
Yes in runtime via func ptr or obj.

【在 f*******g 的大作中提到】
: Can I view the function in c++ as object?
1 (共1页)
进入Programming版参与讨论
相关主题
C++ function template问题[合集] C++ template question
一年多前我发了几个贴子关于FP的想法Python Q: function pass in struct pointer, come back with data filled
做大项目的话,有两个语言features是杀手最近学了一下 Go
pointer to override function?function pointer 和 call-back function 有什么区别?
pointer to function__FUNCTION__ 是怎么回事呀?
这个function pointer最后的那个int是什么意思?[合集] C/C++ calling function by name
inline functions in C++How to use a function return by reference in C++
about STL functor and function pointershow much memory does it take to save the member function in a class ?
相关话题的讨论汇总
话题: function话题: c++话题: pointer