[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:13928] boolalpha undeclared



みわです。


以下の C++ プログラムをコンパイルするとエラーが発生します。
原因が分かる方は居られますでしょうか。


<プログラム>
#include <iostream>
#include <iomanip>
using namespace std;

int main( int ac, char** av )
{
  cout << boolalpha;
  cout << true;

  return 0;
}


<メッセージ>
t.cpp: In function `int main(int, char **)':
t.cpp:12: `boolalpha' undeclared (first use this function)
t.cpp:12: (Each undeclared identifier is reported only once
t.cpp:12: for each function it appears in.)


<環境>
 Plamo Linux 2.2
 kernel 2.4.18
 g++ 2.95.3

 Plamo 2.2 をインストールしてからは
 g++ あたりはとくにいじったつもりはないです。


<ちょっと>
「プログラミング言語 C++ 第 3 版」に書いてある ちょこっとしたプログラムです。
 google を使って検索したのですが分かりませんでした。

## google で探して見付からなかったということは
## 他の方々はこんなことは起きてないってことかなぁ。


-- 
みわ

Follow-Ups
[plamo:13929] Re: boolalpha undeclared, Takashi Yamashita

[検索ページ] [メール一覧]
Plamo ML 公開システム