Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1538: std::cout not in any drop-down lists (VC6)

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000