User forums > Using Code::Blocks
Could you tell me in which case the "show call tip"function in "Edit" will work?
(1/1)
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
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:
--- Code: ---#include <iostream>
using namespace std;
void abc(int aa, int bb)
{
}
int main()
{
abc()
cout << "Hello world!" << endl;
return 0;
}
--- End code ---
See the screem shot.
453045625:
Thank you , I have no questions now.
:D
Navigation
[0] Message Index
Go to full version