> #include <iostream.h> //iostream doesnt work.
> #include <stdlib.h>
>
You should include cstdlib, somthing like
#include<iostream>
#include<cstdlib>
using namespace std;

HTH,
Kaustubh
-- 
On the Internet, no one knows you're using Windows NT
 -- Submitted by Ramiro Estrugo, [EMAIL PROTECTED]
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List:      (plug-mail@plug.org.in)
List Information:  http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.

Reply via email to