Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Web Crowler / Robots / Spiders Pin
toxcct3-Jun-08 0:06
toxcct3-Jun-08 0:06 
JokeRe: Web Crowler / Robots / Spiders Pin
Hamid_RT3-Jun-08 1:40
Hamid_RT3-Jun-08 1:40 
QuestionRe: Web Crowler / Robots / Spiders Pin
Rajesh R Subramanian3-Jun-08 0:09
professionalRajesh R Subramanian3-Jun-08 0:09 
AnswerRe: Web Crowler / Robots / Spiders Pin
sumit.durg3-Jun-08 2:34
sumit.durg3-Jun-08 2:34 
AnswerRe: Web Crowler / Robots / Spiders Pin
Kwanalouie3-Jun-08 1:29
Kwanalouie3-Jun-08 1:29 
QuestionActiveX Events in MS Access 2000/2003 Pin
HorrorVision2-Jun-08 23:46
HorrorVision2-Jun-08 23:46 
QuestionProblem in my first program... Pin
xelios2-Jun-08 23:15
xelios2-Jun-08 23:15 
AnswerRe: Problem in my first program... Pin
Cedric Moonen2-Jun-08 23:21
Cedric Moonen2-Jun-08 23:21 
cout is part of the std namespace, so either write std::cout or put a using namespace std on top of your file (after the header file inclusion).
Another point: conio.h and stdio.h are for C. If you are using cout (which is part of the C++ standard library), you should #include <iostream> instead.

Cédric Moonen
Software developer

Charting control [v1.4]

AnswerRe: Problem in my first program... Pin
Jijo.Raj2-Jun-08 23:21
Jijo.Raj2-Jun-08 23:21 
AnswerRe: Problem in my first program... Pin
Rajesh R Subramanian2-Jun-08 23:22
professionalRajesh R Subramanian2-Jun-08 23:22 
AnswerRe: Problem in my first program... Pin
Maxim Zarus2-Jun-08 23:23
Maxim Zarus2-Jun-08 23:23 
AnswerRe: Problem in my first program... Pin
xelios2-Jun-08 23:58
xelios2-Jun-08 23:58 
GeneralRe: Problem in my first program... Pin
Maxim Zarus3-Jun-08 0:16
Maxim Zarus3-Jun-08 0:16 
GeneralRe: Problem in my first program... Pin
xelios3-Jun-08 0:28
xelios3-Jun-08 0:28 
GeneralRe: Problem in my first program... Pin
Maxim Zarus3-Jun-08 1:00
Maxim Zarus3-Jun-08 1:00 
GeneralRe: Problem in my first program... [modified] Pin
xelios3-Jun-08 2:41
xelios3-Jun-08 2:41 
AnswerRe: Problem in my first program... Pin
Akt_4_U3-Jun-08 0:16
Akt_4_U3-Jun-08 0:16 
QuestionDebug - Release modes Pin
CodingLover2-Jun-08 22:26
CodingLover2-Jun-08 22:26 
AnswerRe: Debug - Release modes Pin
_AnsHUMAN_ 2-Jun-08 22:32
_AnsHUMAN_ 2-Jun-08 22:32 
AnswerRe: Debug - Release modes Pin
toxcct2-Jun-08 22:32
toxcct2-Jun-08 22:32 
NewsRe: Debug - Release modes Pin
CodingLover2-Jun-08 22:50
CodingLover2-Jun-08 22:50 
GeneralRe: Debug - Release modes Pin
CodingLover2-Jun-08 23:25
CodingLover2-Jun-08 23:25 
GeneralRe: Debug - Release modes Pin
Nibu babu thomas2-Jun-08 23:32
Nibu babu thomas2-Jun-08 23:32 
GeneralRe: Debug - Release modes Pin
CodingLover2-Jun-08 23:51
CodingLover2-Jun-08 23:51 
GeneralRe: Debug - Release modes Pin
_AnsHUMAN_ 2-Jun-08 23:59
_AnsHUMAN_ 2-Jun-08 23:59 

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.