im using visual studio..im tryin to compile some code that the teacher gave....i keep getting this error..
fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.
now its sayin that for code that i wrote that used to work before...
heres my includes:
#include "iostream.h"
#include "stdlib.h"
#include "string.h"
#include "stdio.h"
anyone know whats wrong??
fatal error C1010: unexpected end of file while looking for precompiled header directive
Error executing cl.exe.
now its sayin that for code that i wrote that used to work before...
heres my includes:
#include "iostream.h"
#include "stdlib.h"
#include "string.h"
#include "stdio.h"
anyone know whats wrong??