I am new to vc++.
#include<iostream.h>
void main()
{
cout<<"hi this is vc++";
}
Compiling...
h.cpp
c:\program files\microsoft visual studio\myprojects\new1\h.cpp(7) : fatal error C1010: unexpected end of file while looking for precompiled header directive Error executing cl.exe.
h.obj - 1 error(s), 0 warning(s)