News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Could you tell me in which case the "show call tip"function in "Edit" will work?

Started by 453045625, October 18, 2009, 11:51:40 AM

Previous topic - Next topic

453045625

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 ...

oBFusCATed

"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
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

453045625

 :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.

blueshake

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.
Keep low and hear the sadness of little dog.
I fall in love with a girl,but I don't dare to tell her.What should I do?

453045625