由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] C++ template question
相关主题
[合集] 简单问题一个:为什么可以间接访问私有指针成员怎么准备一些hardcore C++的interview (转载)
C++ Q90 - Q92 (转载)c++ interview question
这个function pointer最后的那个int是什么意思?[合集] some interview questions i met and remembered
Python Q: function pass in struct pointer, come back with data filledWhy do I need to use "plain" pointer?
一个C#使用C++.NET类库的问题pointer to function
C++里get array size的问题 (转载)is smart_ptr really that good?
C++ 菜鸟问一个关于template 的问题。pointer overflow
C++学到什么程度能找到初级工作C++ Q05: pointer to constant variable
相关话题的讨论汇总
话题: template话题: sep话题: mon话题: c++话题: remember
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
crystalike (Vader) 于 (Mon Sep 26 16:46:54 2005) 提到:
I sort of remember that there is a occation that you have to use
this pointer to access the member func in a template class.
this->foo () ...
just can not remember exactly how and why?
anyone got the idea?
☆─────────────────────────────────────☆
pptwo (pp) 于 (Mon Sep 26 17:50:42 2005) 提到:
http://gcc.gnu.org/onlinedocs/gcc-4.0.1/gcc/Name-lookup.html#Name-lookup

☆─────────────────────────────────
1 (共1页)
进入Programming版参与讨论
相关主题
C++ Q05: pointer to constant variable一个C#使用C++.NET类库的问题
function in c++C++里get array size的问题 (转载)
C++ Q93 - Q95 (转载)C++ 菜鸟问一个关于template 的问题。
int F::*x = &F::x是什么意思?C++学到什么程度能找到初级工作
[合集] 简单问题一个:为什么可以间接访问私有指针成员怎么准备一些hardcore C++的interview (转载)
C++ Q90 - Q92 (转载)c++ interview question
这个function pointer最后的那个int是什么意思?[合集] some interview questions i met and remembered
Python Q: function pass in struct pointer, come back with data filledWhy do I need to use "plain" pointer?
相关话题的讨论汇总
话题: template话题: sep话题: mon话题: c++话题: remember