You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
d_p_robinson
Posted - Oct 17 2006 : 06:09:37 AM Code: #include <iostream> ... std::c
Drop-down list contains count and count_if. When I type in the full 'cout' and <space> VAX chooses 'count' for me.
Similarly std::endl does not appear in the list.
On VC8 cout is present. There is a minor annoyance in that VAX insists on adding the () to std::endl which is understandable as it's defined as a function, but this is not common usage.
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Oct 17 2006 : 12:57:00 PM with VA disabled in VC6 I cannot get the IDE to suggest std::cout, even though it compiles quite happily. this not being suggested is:
case=3078
for the auto inserted brackets on endl you can use ALT-BACKSPACE to remove both of them, or BACKSPACE twice to remove them one at a time.