following on from threads 2888 and 2897 lets put all of the discussions about bugs with the position of the caret when entering functions in one place.
first the really simple case. using .NET 2003 and C++, add:
#include <string>
static void testFunc()
{
string strTest;
strTest.beg|
}
if you now accept the suggestion "begin" the caret is placed inside the brackets. there are two overloads for this STL string function, both of which take zero parameters.
case=293