Cygwin なんでも掲示板

一覧最新記事過去一覧 | 検索FAQアンテナHOME
(新規投稿・発言はできません)

No.2632  Re[9]:iostrema.hを使うには?
発言者: もぐりん
発言日: 2004 12/06 14:37
 
ちなみに、-lstdc++がなくても、下記のように書けばコンパイルは通ります。

#include <iostream>

int main(void){
int a, b, s;

std::cout << "二つの整数を入力して下さい-->" ;
std::cin >> a >> b;
s = a + b;
std::cout << "s=" << s << std::endl;
return 0;
}

コンパイル方法:
g++ -o hogehoge hogehoge.cc

コンパイルオプションが豊富なので、自分で調べて使ってください。


▼関連発言

2617:iostrema.hを使うには? [お願いし] 12/04
 └2618:Re:iostrema.hを使うには? [もぐりん] 12/04
  └2619:Re[2]:iostrema.hを使うには? [機械音痴] 12/04
   ├2621:Re[3]:iostrema.hを使うには? [機械音痴] 12/05
   └2623:Re[3]:iostrema.hを使うには? [もぐりん] 12/05
    ├2625:Re[4]:iostrema.hを使うには? [機械音痴] 12/05
    │└2626:Re[5]:iostrema.hを使うには? [もぐりん] 12/05
    │ └2628:Re[6]:iostrema.hを使うには? [機械音痴] 12/06
    │  ├2629:Re[7]:iostrema.hを使うには? [機械音痴] 12/06
    │  │└2630:Re[8]:iostrema.hを使うには? [discypu] 12/06
    │  │ └2632:Re[9]:iostrema.hを使うには? [もぐりん] 12/06
    │  │  └2634:Re[10]:iostrema.hを使うには? [機械音痴] 12/06
    │  └2631:Re[7]:iostrema.hを使うには? [もぐりん] 12/06

Pass 保存

早田のホームページへ
CGIROOM