I have used the C::B for a long time , but the function "show call tip" nerver come into effect , So could you give me a example that in which case will the "show call tip" function will work.
remark:My English is not good , but I want to propagandism this good IDE in China university students. I just want to write a detail discription in Chinese language. Please Help Me ...
"Show call tip" works very unreliable - sometimes works, sometimes not works, even if the first time it had worked then it stops after I've typed something or the second time I hit ctrl+shift+space
:DThank you , can you remember before you use the show call tip , what did you input in the C::B .
In other words,what kind of the statement can make "show call tip" effect.
I wish I expressed clearly...Thank you.
Test code:
#include <iostream>
using namespace std;
void abc(int aa, int bb)
{
}
int main()
{
abc()
cout << "Hello world!" << endl;
return 0;
}
See the screem shot.
(http://www.ikaca.sh.cn/attachment/200910/18/1745_125587350486mM.png)
Thank you , I have no questions now.
:D