trond
Junior Member
11 Posts |
Posted - Feb 21 2009 : 10:11:29 AM
|
VS 2002 SP1, VAX 10.5.1715, WinXP SP3, C++ console "stdafx project". I wrote this code: void main() { int f; for () }
After that (it should be "int f" not other letter or it won't work), I click inside the 2 "for" braces to begin writing "f=0". When I write "f" I get a suggestions list: "f", "false", "far", "for". I press Enter at "f". The list instantly reappears, but only with "f" and "false". This time, no matter how many times I select "f", this (last) list reappears.
(The key is to write _first_ the 2 "for" braces, _then_ to write "f" inside them, not brace-"f"-brace.) |
|