Author Topic: Could you tell me in which case the "show call tip"function in "Edit" will work?  (Read 4464 times)

Offline 453045625

  • Single posting newcomer
  • *
  • Posts: 7
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 ...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
"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!]

Offline 453045625

  • Single posting newcomer
  • *
  • Posts: 7
 :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.

Offline blueshake

  • Regular
  • ***
  • Posts: 459
Test code:
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.
« Last Edit: October 18, 2009, 03:58:06 pm by blueshake »
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?

Offline 453045625

  • Single posting newcomer
  • *
  • Posts: 7
Thank you , I have no questions now.
 :D