User forums > Nightly builds
The 27 september 2006 build will NOT be out.
(1/1)
killerbot:
no commits
ahlongxp:
I want to say sth about code-completion.
now we have to add a space between "(" and "scanf" to make code-completion work.
if you code like this:
--- Code: (cpp) --- while (scanf("%s %d", s, &n) == 2)
{
printf(doit(s, n));
putchar('\n');
}
--- End code ---
no popup window appear?
when we change it like this:
--- Code: (cpp) --- while ( scanf("%s %d", s, &n) == 2)
{
printf(doit(s, n));
putchar('\n');
}
--- End code ---
it works
Navigation
[0] Message Index
Go to full version