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

g++-3.2 problem



The following program compiles with g++-2.95, but not with g++-3.2. Any 
idea why? Use old style "#include <iostream.h>" and it works in 3.2.

Paul


// hello.C

#include <iostream>


int main(void)
{
  cout << "Hello World!\n";
  return 0;
}

-- 
/********************** Running Debian Linux ************************
* For God so loved the world that He gave his only begotten Son,    *
* that whoever believes in Him should not perish...    John 3:16    *
* W. Paul Mills * mailto:Paul@Mills-USA.com * http://Mills-USA.com/ *
* GnuPGPrint = 09BB FDEA 69E5 0E55 3843  B063 BB8B 518A B293 3D8C   *
********************************************************************/

 



Reply to: