Monday, September 8, 2008

Microsoft MCPD Certifications Exam 70-528

The above lines causes 70-293 the inclusion of the contents of iostream and other.h to be included for use in your program. Usually this is implemented by just inserting into your program the contents of iostream and other.h. When using angle brackets (<>), the preprocessor is instructed to search for the file to include in a compiler-dependent location. When you use quotation marks (" "), the preprocessor is expected to search in some additional, usually 70-297 user-defined, locations for the header file, and to fall back to the standard include paths only if it is not found in those additional locations. It is common for this form to include searching in the same directory as the file containing the #include directive.

The iostream header contains various declarations for input/output (I/O) using an abstraction of I/O mechanisms called streams. For example there is an output stream object called 70-528 std::cout (where "cout" is short for "console output") which is used to output text to the standard output, which usually displays the text on the computer screen.

No comments: