On Mon, Oct 27, 2008 at 1:44 AM, Haider Abbas <[EMAIL PROTECTED]> wrote: > it will work with C++ also , > all u need is to include more files at the top > like > > stdAfx.h
Definately non-standard header. Typically only used on MSVC. > iostream.h The correct Standard header for C++ is <iostream> without the .h > studio.h Presuming you mean <stdio.h>, the correct header for C++ is <cstdio> > math.h <cmath> > conio.h Totally non-standard header. -- PJH http://shabbleland.myminicity.com/sec
