Click here to Skip to main content
15,903,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRead File Pin
Anonymous23-Oct-02 3:12
Anonymous23-Oct-02 3:12 
GeneralRe: Read File Pin
Joaquín M López Muñoz23-Oct-02 3:18
Joaquín M López Muñoz23-Oct-02 3:18 
GeneralRe: Read File Pin
Anonymous23-Oct-02 3:23
Anonymous23-Oct-02 3:23 
GeneralRe: Read File Pin
Joaquín M López Muñoz23-Oct-02 3:24
Joaquín M López Muñoz23-Oct-02 3:24 
GeneralRe: Read File Pin
Simon.W23-Oct-02 4:39
Simon.W23-Oct-02 4:39 
GeneralRe: Read File Pin
Anonymous23-Oct-02 7:40
Anonymous23-Oct-02 7:40 
QuestionHow do i use cout in Visual Studio .NET? Pin
Anonymous23-Oct-02 2:53
Anonymous23-Oct-02 2:53 
AnswerRe: How do i use cout in Visual Studio .NET? Pin
Joaquín M López Muñoz23-Oct-02 3:05
Joaquín M López Muñoz23-Oct-02 3:05 
It is std::cout, although many samples omit the prefix for brevity.
You can stick to the simpler cout including
using namespace std;
right after the #includes, though this is not, for a variety of reasons, a good policy to follow in general.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralVisual C++ CD needed Pin
puzzolino23-Oct-02 2:51
puzzolino23-Oct-02 2:51 
GeneralRe: Visual C++ CD needed Pin
23-Oct-02 10:50
suss23-Oct-02 10:50 
GeneralRe: Visual C++ CD needed Pin
puzzolino23-Oct-02 21:29
puzzolino23-Oct-02 21:29 
GeneralDynamic Link Library Pin
homer66623-Oct-02 2:16
homer66623-Oct-02 2:16 
GeneralRe: Dynamic Link Library Pin
Joaquín M López Muñoz23-Oct-02 2:23
Joaquín M López Muñoz23-Oct-02 2:23 
GeneralCatching OutputDebugStrings Pin
adrian cooper23-Oct-02 2:10
adrian cooper23-Oct-02 2:10 
GeneralRe: Catching OutputDebugStrings Pin
jmkhael23-Oct-02 2:16
jmkhael23-Oct-02 2:16 
GeneralRe: Catching OutputDebugStrings Pin
adrian cooper23-Oct-02 3:55
adrian cooper23-Oct-02 3:55 
GeneralRe: Catching OutputDebugStrings Pin
Daniel Turini23-Oct-02 4:38
Daniel Turini23-Oct-02 4:38 
GeneralRe: Catching OutputDebugStrings Pin
adrian cooper23-Oct-02 5:00
adrian cooper23-Oct-02 5:00 
GeneralRe: Catching OutputDebugStrings Pin
Joaquín M López Muñoz23-Oct-02 4:20
Joaquín M López Muñoz23-Oct-02 4:20 
GeneralRe: Catching OutputDebugStrings Pin
adrian cooper23-Oct-02 5:01
adrian cooper23-Oct-02 5:01 
GeneralHelp on drawing a CButton in an ActiveX control Pin
J.Sheets23-Oct-02 1:31
sussJ.Sheets23-Oct-02 1:31 
GeneralGetLast Error and Watch window Pin
adrian cooper23-Oct-02 1:15
adrian cooper23-Oct-02 1:15 
GeneralFlexGrid "Unsupported operation"?! Pin
paulccc22-Oct-02 22:50
paulccc22-Oct-02 22:50 
GeneralRe: FlexGrid "Unsupported operation"?! Pin
benjymous23-Oct-02 0:51
benjymous23-Oct-02 0:51 
GeneralCTabCtrl in a Dialog Bar Pin
stevenoliver22-Oct-02 22:47
stevenoliver22-Oct-02 22:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.