> test.cpp: In function `int main()': > test.cpp:10: `cout' undeclared (first use this function) > test.cpp:10: (Each undeclared identifier is reported only once for each > function it appears in.)
gcc 3.2 kan ? :-P coba ganti cout menjadi std::cout atau kalo nggak mau nambahin prefiks std-nya, sebelum main cantumkan: using namespace std; -- Ariya Hidayat, KDE/KOffice developer -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3
