do you know whats a cout?
what are its function and in what library can it be found?
jadedman 0 Newbie Poster
Recommended Answers
Jump to Postso a cout needs the three header files to be in effect...
NO. cout only needs <iostream>
#include <iostrem> using std::cout; int main() { cout << "Hello World\n"; return 0; }
Jump to PostRead about namespaces here and here.
All 7 Replies

jencas
William Hemsworth 1,339 Posting Virtuoso
jadedman 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
jadedman 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
x3mario 34 Posting Whiz
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.