強大的g++呢還是強大的C++?太假了吧

來源:互聯網
上載者:User

       以前C89不能隨便定義變數,現在可以跟C++一樣,隨用隨定義,倒是方便了不少。

       今天看C++ Primer,發現個更high的,.c的尾碼,只要用g++去編譯,照樣能過C++的程式

book.c內容如下,注意啊,尾碼名是.c,不是.cpp或者.cxx

#include <iostream>using namespace std;void read() {cout << "read()\n"; }void sort(){cout << "sort()\n"; }void compact() {cout << "compact()\n"; }void write() {cout << "write()\n"; }int main(){read();sort();compact();write();return 0;}

  來自第三版,第六頁。雖然gcc book.c會提示iostream不存在,不過g++ book.c直接能過,結果也正確,實在不解啊,雖說g++強大,也不帶這樣的吧,這不欺負人呢嗎?求詳解呢嗎?強大的gcc,強大的linux,不服不行啊,傳說中的C++對C的包含嗎?

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.