Two different C++ types

Karl F. Larsen klarsen1 at gmail.com
Thu Feb 11 20:46:08 UTC 2010


	Just interesting. In the 9.04 Ubuntu g++ they used the 
Standard C++ which has #include <iostream.h>.

	In Lucid 10.04 Ubuntu g++ is ANCI/ISO Standard C++ which has 
two lines:

#include <iostream>
using namespace std;

I tried some of my old code and discovered I had to change 
headers. The iostream.h is not in the Lucid g++.


73 Karl




-- 

	Karl F. Larsen, AKA K5DI
	Linux User
	#450462   http://counter.li.org.
         Key ID = 3951B48D





More information about the ubuntu-users mailing list