Exforsys
+ Reply to Thread
Results 1 to 4 of 4

Confused with the term Kindly Clarify

This is a discussion on Confused with the term Kindly Clarify within the C and C++ forums, part of the Programming Talk category; Hi All, I recently came across a term called as console I/O Functions. I could not get details about this ...

  1. #1
    Allan is offline Member Array
    Join Date
    May 2006
    Answers
    40

    Confused with the term Kindly Clarify

    Hi All,
    I recently came across a term called as console I/O Functions. I could not get details about this term. Is this something to do with display functions? I could not understand what the term means. Someone clarify me what the term represents and also what functions are included in this term?

    Regards,
    Allan


  2. #2
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122
    There are two types of I/O in C. They are:
    Console I/O and
    File I/O
    The standard C console I/O functions perform only TTY-based output; however, most compilers include in their libraries machine-specific screen control and graphics functions.


  3. #3
    Angela is offline Member Array
    Join Date
    Apr 2006
    Answers
    85
    Some of the formatted Console I/O functions used by C programming language are printf() and scanf() .The functions printf() and scanf() read and write data in various formats specified by the programmer. Both functions can operate on any of the built-in data types, including characters, strings and numbers.


  4. #4
    Adrian is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    124
    The term Console I/O in the context of programming language C++ holds as below. C++ defines its own object oriented I/O system. C++ I/O operates through streams. C++ I/O allows the format of I/O operations. Special functions called manipulators also allow the format of I/O operations. The << and >> operators are overloaded in C++ to perform I/O operations on built in types and on user created types. It is possible to overload the C++ manipulator functions.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...