在C語言中,我們通常會使用 scanf 和 printf 來對數(shù)據(jù)進行輸入輸出操作。在C++語言中,C語言的這一套輸入輸出庫我們仍然能使用,但是 C++ 又增加了一套新的、更容易使用的輸入輸出庫。
【例1】簡單的輸入輸出代碼示例:
#includeusing namespace std;int main(){int x;float y;cout<<"Please input an int number:"< >x;cout<<"The int number is x= "< >y;cout<<"The float number is y= "<
網(wǎng)站標題:C++輸入輸出(cin和cout)-創(chuàng)新互聯(lián)
分享URL:http://weahome.cn/article/deejge.html