On Sat, 26 Aug 2000, aditya wrote: > I had created a simple program : > > /*Program Start*/ > #include <iostream.h> > void main() > { > cout<<"Testing"; > } > /*Program End*/ > > > But on doing > > cc <filename>.cpp > > I get the following error : > use `g++' instead of `cc' bye :) Anmol