This topic has been archived. It cannot be replied.
-
工作学习 / 专业知识杂谈 / A C++ interview question: what are the 3 functions of asterisk (*) in C++?Is the following correct?
(1) Declare a pointer
(2) Multiplication
(3) Access the value of a pointer by dereferencing it with *
I am not sure if the 3rd is correct.
Thanks!
-icanada(I can!);
2006-3-14
{183}
(#2840098@0)
-
Who knows?
-icanada(I can!);
2006-3-14
(#2840270@0)
-
Declare a function call pointer ???
-kaia(打不成瞌睡了);
2006-3-15
(#2841813@0)
-
correct
-zizhe(字者);
2006-3-15
(#2841814@0)
-
what if you overload it?
-ice(红旗下的坏蛋);
2006-3-15
(#2841891@0)